mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-23 21:01:08 +00:00
30b2ff14b6
Backed out changeset 7f0a872abb09 (bug 1811545) Backed out changeset 41daafb5d75a (bug 1811545) Backed out changeset 82dee6290057 (bug 1811545) Backed out changeset 3e0178b3e0dc (bug 1811545) Backed out changeset 55cec0043044 (bug 1811545) Backed out changeset 75eaaf96d039 (bug 1808894) |
||
---|---|---|
.. | ||
actors | ||
chrome | ||
test | ||
.eslintrc.js | ||
accessibility.sys.mjs | ||
action.sys.mjs | ||
addon.sys.mjs | ||
atom.sys.mjs | ||
browser.sys.mjs | ||
cert.sys.mjs | ||
cookie.sys.mjs | ||
driver.sys.mjs | ||
element.sys.mjs | ||
evaluate.sys.mjs | ||
event.sys.mjs | ||
interaction.sys.mjs | ||
jar.mn | ||
json.sys.mjs | ||
l10n.sys.mjs | ||
legacyaction.sys.mjs | ||
message.sys.mjs | ||
modal.sys.mjs | ||
moz.build | ||
navigate.sys.mjs | ||
packets.sys.mjs | ||
permissions.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 |
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 mayor’s 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/