gecko-dev/remote/marionette
2022-04-28 08:27:05 +00:00
..
actors Bug 1700073: Add Get Shadow Root to Marionette. r=webdriver-reviewers,jgraham,whimboo 2021-12-01 14:57:16 +00:00
chrome
test Bug 1758476 - Remove some unnecessary uses of the target object argument to ChromeUtils.import. r=mossop,webdriver-reviewers,perftest-reviewers,robwu,whimboo,AlexandruIonescu 2022-03-17 22:13:08 +00:00
.eslintrc.js
accessibility.js
action.js Bug 1686666 - Make marionette events use EventUtil.js directly, r=webdriver-reviewers,whimboo 2022-02-25 18:12:11 +00:00
addon.js
appinfo.js
atom.js
browser.js Bug 1759559 - [webdriver-bidi] Implement browsingContext.create command r=webdriver-reviewers,whimboo 2022-04-28 08:27:05 +00:00
capture.js Bug 1759962 - Don't return the DPI override in devicePixelRatio to privileged code. r=nchevobbe,webdriver-reviewers 2022-03-23 17:03:04 +00:00
cert.js
cookie.js
dom.js
driver.js Bug 1723137: Create a shared module for PDF creation. r=whimboo,webdriver-reviewers 2022-04-12 13:26:11 +00:00
element.js Bug 1570605 - [marionette] Remove invalid "instant" behavior for scrollIntoView(). r=webdriver-reviewers,jdescottes 2021-12-14 17:45:49 +00:00
evaluate.js Bug 1700073: Add Get Shadow Root to Marionette. r=webdriver-reviewers,jgraham,whimboo 2021-12-01 14:57:16 +00:00
event.js Bug 1757636 - Do case transformations for Element Send Keys, r=webdriver-reviewers,whimboo 2022-03-02 10:50:59 +00:00
interaction.js Bug 1686666 - Make marionette events use EventUtil.js directly, r=webdriver-reviewers,whimboo 2022-02-25 18:12:11 +00:00
jar.mn Bug 1723137: Create a shared module for PDF creation. r=whimboo,webdriver-reviewers 2022-04-12 13:26:11 +00:00
l10n.js
legacyaction.js Bug 1686666 - Make marionette events use EventUtil.js directly, r=webdriver-reviewers,whimboo 2022-02-25 18:12:11 +00:00
message.js
modal.js Bug 1708105 - [marionette] Add support for user prompts on Android. r=webdriver-reviewers,whimboo 2022-03-28 13:12:25 +00:00
moz.build Bug 1694136 - [remote] Move all documentation files for remote protocols under remote/doc r=webdriver-reviewers,whimboo 2021-12-01 20:04:44 +00:00
navigate.js Bug 1739008 - [marionette] Monitor navigation using the webprogresslistener for NewSession r=webdriver-reviewers,whimboo 2021-11-08 09:35:48 +00:00
packets.js
permissions.js
prefs.js
README
reftest-content.js
reftest.js Bug 1723137: Create a shared module for PDF creation. r=whimboo,webdriver-reviewers 2022-04-12 13:26:11 +00:00
server.js
stream-utils.js
sync.js Bug 1739369 - [marionette] Use webProgress to listen for the initial page being loaded in "WebDriver:NewWindow". r=webdriver-reviewers,jdescottes 2022-01-07 21:28:33 +00:00
transport.js

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

Marionette [ ˌmarɪəˈnɛt] is

  * a puppet worked by strings: the bird bobs up and down like
    a marionette;

  * a person who is easily manipulated or controlled: many officers
    dismissed him as the mayors marionette;

  * the remote protocol that lets out-of-process programs communicate
    with, instrument, and control Gecko-based browsers.

Marionette provides interfaces for interacting with both the internal
JavaScript runtime and UI elements of Gecko-based browsers, such
as Firefox on desktop and mobile.  It can control both the chrome- and content
documents, giving a high level of control and ability to replicate,
or emulate, user interaction.

Head on to the Marionette documentation to find out more:

	https://firefox-source-docs.mozilla.org/testing/marionette/