gecko-dev/remote/marionette
2024-04-03 10:32:27 +00:00
..
actors Bug 1878354: Expose empty string to WebDriver for getComputedLabel if no accessible found, r=webdriver-reviewers,Jamie,whimboo 2024-03-22 02:29:46 +00:00
chrome
test Bug 1864896: Autofix unused function arguments (remote). r=webdriver-reviewers,jdescottes 2024-03-01 23:43:51 +00:00
.eslintrc.js
accessibility.sys.mjs
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 1875837 - Make clipboard-read/write permission optional in clipboard WPT r=webdriver-reviewers,dom-core,edgar,whimboo 2024-03-27 17:38:18 +00:00
evaluate.sys.mjs
interaction.sys.mjs Bug 1855040 - Move Event module to webdriver shared folder. r=webdriver-reviewers,jdescottes 2024-03-12 09:41:23 +00:00
jar.mn Bug 1855040 - Move Event module to webdriver shared folder. r=webdriver-reviewers,jdescottes 2024-03-12 09:41:23 +00:00
json.sys.mjs
l10n.sys.mjs
message.sys.mjs
moz.build
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/