gecko-dev/remote/marionette
2024-07-18 10:28:25 +00:00
..
actors
chrome
test Bug 1788437 - [remote] Update pprint call sites to avoid pretty printing known strings r=webdriver-reviewers,whimboo 2024-07-18 10:28:25 +00:00
.eslintrc.js
addon.sys.mjs
atom.sys.mjs
browser.sys.mjs
cert.sys.mjs
cookie.sys.mjs Bug 1788437 - [remote] Update pprint call sites to avoid pretty printing known strings r=webdriver-reviewers,whimboo 2024-07-18 10:28:25 +00:00
driver.sys.mjs Bug 1788437 - Use pprint for assertion messages in remote/marionette. r=jdescottes,webdriver-reviewers 2024-07-18 10:28:25 +00:00
evaluate.sys.mjs
interaction.sys.mjs Bug 1906095: SendKeysToElement should only scrollIntoView if the element is not visible r=webdriver-reviewers,jdescottes 2024-07-16 16:14:28 +00:00
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 Bug 1788437 - [remote] Update pprint call sites to avoid pretty printing known strings r=webdriver-reviewers,whimboo 2024-07-18 10:28:25 +00:00
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/