зеркало из https://github.com/mozilla/gecko-dev.git
cc3a4fdcef
Differential Revision: https://phabricator.services.mozilla.com/D180144 |
||
---|---|---|
.. | ||
actors | ||
chrome | ||
test | ||
.eslintrc.js | ||
README | ||
addon.sys.mjs | ||
atom.sys.mjs | ||
browser.sys.mjs | ||
cert.sys.mjs | ||
cookie.sys.mjs | ||
driver.sys.mjs | ||
evaluate.sys.mjs | ||
interaction.sys.mjs | ||
jar.mn | ||
json.sys.mjs | ||
l10n.sys.mjs | ||
message.sys.mjs | ||
moz.build | ||
navigate.sys.mjs | ||
packets.sys.mjs | ||
permissions.sys.mjs | ||
prefs.sys.mjs | ||
reftest-content.js | ||
reftest.sys.mjs | ||
server.sys.mjs | ||
stream-utils.sys.mjs | ||
sync.sys.mjs | ||
transport.sys.mjs | ||
web-reference.sys.mjs | ||
webauthn.sys.mjs |
README
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/