gecko-dev/remote/marionette
2024-05-02 07:29:03 +00:00
..
actors Bug 1885577 - [bidi] Add support for accessibility attributes locator for "browsingContext.locateNodes" command. r=webdriver-reviewers,jdescottes 2024-04-19 07:56:27 +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 Bug 1864896: Autofix unused function arguments (remote). r=webdriver-reviewers,jdescottes 2024-03-01 23:43:51 +00:00
.eslintrc.js
addon.sys.mjs Bug 1864896: Autofix unused function arguments (remote). r=webdriver-reviewers,jdescottes 2024-03-01 23:43:51 +00:00
atom.sys.mjs Bug 1865381 - [marionette] Update Selenium atoms to 21560a497470f0c769931c17fa9803c6cddf6f1c. r=webdriver-reviewers,jdescottes 2024-02-12 21:56:36 +00:00
browser.sys.mjs Bug 1880914 - Move BrowserOpenTab. r=Gijs,webdriver-reviewers,perftest-reviewers,extension-reviewers,sessionstore-reviewers,tabbrowser-reviewers,home-newtab-reviewers,thecount,whimboo,dao,afinder,omc-reviewers,aminomancer 2024-04-03 10:32:27 +00:00
cert.sys.mjs Bug 1837747 - Use Services.prefs instead of Preferences.sys.mjs in remote/ r=webdriver-reviewers,Sasha 2024-01-17 15:42:33 +00:00
cookie.sys.mjs
driver.sys.mjs Bug 1817820 - [marionette] Retry switch to frame if browsing context changed mid flight r=webdriver-reviewers,whimboo 2024-05-02 07:29:03 +00:00
evaluate.sys.mjs
interaction.sys.mjs Bug 1885577 - Move accessibility module to the shared folder. r=webdriver-reviewers,jdescottes 2024-04-19 07:56:26 +00:00
jar.mn Bug 1885577 - Move accessibility module to the shared folder. r=webdriver-reviewers,jdescottes 2024-04-19 07:56:26 +00:00
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 Bug 1859896 - Batch 16 - convert xpcshell.ini -> .toml. r=aryx,webdriver-reviewers 2023-11-25 21:08:44 +00:00
navigate.sys.mjs Bug 1864896: Autofix unused function arguments (remote). r=webdriver-reviewers,jdescottes 2024-03-01 23:43:51 +00:00
packets.sys.mjs
permissions.sys.mjs Bug 1876754 - Add Permissions::ParseSetParameters for webdriver r=webdriver-reviewers,webidl,smaug,whimboo 2024-02-12 16:08:03 +00:00
prefs.sys.mjs Bug 1884623 - Update more jsm references in production code and docs in remote/. r=whimboo,webdriver-reviewers 2024-03-12 08:55:41 +00:00
README
reftest-content.js Bug 1864896: Autofix unused function arguments (remote). r=webdriver-reviewers,jdescottes 2024-03-01 23:43:51 +00:00
reftest.sys.mjs Bug 1866155 - Don't warn on overflow for print reftests r=webdriver-reviewers,Sasha 2024-01-30 10:15:46 +00:00
server.sys.mjs
stream-utils.sys.mjs
sync.sys.mjs Bug 1862464 - Enable TypeScript style JSDoc definitions for jsdocs. r=mossop,webdriver-reviewers,fxview-reviewers,sclements 2023-12-21 14:00:32 +00:00
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/