gecko-dev/testing/marionette
Samuel Thibault 102e3a2ebb Bug 1543725 Add marionette support to thunderbird r=ato,whimboo
Differential Revision: https://phabricator.services.mozilla.com/D27102

--HG--
extra : moz-landing-system : lando
2019-06-27 14:09:05 +00:00
..
chrome
client Bug 1543725 Add marionette support to thunderbird r=ato,whimboo 2019-06-27 14:09:05 +00:00
components Bug 1558763 - [marionette] Disable "browser.tabs.remote.separatePrivilegedContentProcess" by default. r=maja_zf 2019-06-12 13:45:32 +00:00
doc
harness Bug 1558598 - Force WebRender on or off in the marionette harness. r=ato 2019-06-29 09:50:23 +00:00
prefs
puppeteer/firefox Bug 1555060 Convert <tabs> to a custom element 2019-06-20 14:09:37 -07:00
test Bug 1477977 - [marionette] Support dynamic handling of modal dialogs and tab modal alerts. r=maja_zf 2019-06-13 18:26:53 +00:00
.eslintrc.js
README
accessibility.js
action.js
addon.js
assert.js
atom.js
browser.js
capabilities.js
capture.js
cert.js
cookie.js
dom.js
driver.js Bug 1477977 - [marionette] Support dynamic handling of modal dialogs and tab modal alerts. r=maja_zf 2019-06-13 18:26:53 +00:00
element.js
error.js
evaluate.js
event.js
format.js
interaction.js
jar.mn
l10n.js
legacyaction.js
listener.js Bug 1553584 - Delay wpt reftest screenshots until after paint. r=jgraham 2019-06-13 02:19:44 +00:00
log.js
mach_commands.py Bug 1543725 Add marionette support to thunderbird r=ato,whimboo 2019-06-27 14:09:05 +00:00
mach_test_package_commands.py
message.js
modal.js Bug 1477977 - [marionette] Support dynamic handling of modal dialogs and tab modal alerts. r=maja_zf 2019-06-13 18:26:53 +00:00
moz.build
navigate.js
packets.js
prefs.js
proxy.js Bug 1477977 - [marionette] Support dynamic handling of modal dialogs and tab modal alerts. r=maja_zf 2019-06-13 18:26:53 +00:00
reftest.js
reftest.xul
server.js
stream-utils.js
sync.js
transport.js
wm.js

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 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 and Fennec.  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/marionette/