gecko-dev/remote/marionette
2023-10-24 05:00:05 +00:00
..
actors Bug 1274251 - [remote] Add support for serializing and deserializing of window objects. r=webdriver-reviewers,jdescottes 2023-10-24 05:00:05 +00:00
chrome Bug 1857999: Move XML stylesheet processing instructions to link elements. r=Gijs,webdriver-reviewers,settings-reviewers,application-update-reviewers,devtools-reviewers,places-reviewers,Standard8,whimboo,bytesized,ochameau 2023-10-18 07:04:41 +00:00
test
.eslintrc.js
accessibility.sys.mjs
addon.sys.mjs Bug 1852537 - Add missing add-on install error codes. r=whimboo,webdriver-reviewers 2023-09-12 18:29:56 +00:00
atom.sys.mjs
browser.sys.mjs
cert.sys.mjs
cookie.sys.mjs
driver.sys.mjs Bug 1835920 - Adding support for set_permission for storage-access-api wpt. r=webdriver-reviewers,bvandersloot,jdescottes,whimboo 2023-09-21 01:48:46 +00:00
evaluate.sys.mjs
event.sys.mjs Bug 1858082 - Wrap the drag service getter into a try block r=whimboo,webdriver-reviewers 2023-10-11 12:32:18 +00:00
interaction.sys.mjs Bug 1858082 - Wrap the drag service getter into a try block r=whimboo,webdriver-reviewers 2023-10-11 12:32:18 +00:00
jar.mn
json.sys.mjs Bug 1274251 - [remote] Add support for serializing and deserializing of window objects. r=webdriver-reviewers,jdescottes 2023-10-24 05:00:05 +00:00
l10n.sys.mjs
message.sys.mjs
moz.build
navigate.sys.mjs Bug 1854067 - [marionette] Unsubscribe correctly from PromptListener opened event. r=webdriver-reviewers,whimboo 2023-09-20 11:59:50 +00:00
packets.sys.mjs
permissions.sys.mjs Bug 1835920 - Adding support for set_permission for storage-access-api wpt. r=webdriver-reviewers,bvandersloot,jdescottes,whimboo 2023-09-21 01:48:46 +00:00
prefs.sys.mjs
README
reftest-content.js
reftest.sys.mjs Bug 1858063 - Update PDF.js to new version 2c87c4854a486d5cd0731b947dd622f8abe5e1b5 r=pdfjs-reviewers,Snuffleupagus,marco,whimboo 2023-10-10 16:14:43 +00:00
server.sys.mjs
stream-utils.sys.mjs
sync.sys.mjs
transport.sys.mjs
web-reference.sys.mjs
webauthn.sys.mjs Bug 1856395 - remove WebAuthnController. r=keeler,webdriver-reviewers 2023-10-05 00:52:32 +00:00

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/