gecko-dev/remote/marionette
2024-11-18 10:24:54 +00:00
..
actors Bug 1930530 - [marionette] Correctly retry to dispatch actions when the browsing context is replaced. r=webdriver-reviewers,jdescottes 2024-11-14 18:15:56 +00:00
chrome
test Bug 1930530 - [marionette] Correctly retry to dispatch actions when the browsing context is replaced. r=webdriver-reviewers,jdescottes 2024-11-14 18:15:56 +00:00
.eslintrc.js
addon.sys.mjs Bug 1810718 - Add support for installing an add-on that is enabled in Private Browsing mode. r=webdriver-reviewers,whimboo 2024-11-18 10:24:54 +00:00
atom.sys.mjs
browser.sys.mjs Bug 1855025 - [webdriver-bidi] Implement "browser.getClientWindows" command. r=whimboo,webdriver-reviewers 2024-11-05 19:18:52 +00:00
cert.sys.mjs
cookie.sys.mjs
driver.sys.mjs Bug 1810718 - Add support for installing an add-on that is enabled in Private Browsing mode. r=webdriver-reviewers,whimboo 2024-11-18 10:24:54 +00:00
evaluate.sys.mjs
interaction.sys.mjs
jar.mn
json.sys.mjs
l10n.sys.mjs
message.sys.mjs
moz.build
navigate.sys.mjs
packets.sys.mjs
prefs.sys.mjs
README
reftest-content.js
reftest.sys.mjs
server.sys.mjs
stream-utils.sys.mjs
sync.sys.mjs
transport.sys.mjs
web-reference.sys.mjs
webauthn.sys.mjs

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/