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 Bug 1544916 - migrate dialog binding to Custom Element r=bgrins,whimboo 2019-06-04 17:28:16 +00:00
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 bug 1553544: marionette: improve links to client documentation; r=me a=doc 2019-05-27 12:20:18 +01:00
harness Bug 1558598 - Force WebRender on or off in the marionette harness. r=ato 2019-06-29 09:50:23 +00:00
prefs Backed out changeset 3e5aa7cb7460 (bug 1542244) for causing broken nightly builds a=backout 2019-05-27 17:17:26 +03:00
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
accessibility.js
action.js
addon.js
assert.js
atom.js
browser.js Bug 1335085 - [marionette] Fix "WebDriver:SwitchToWindow" for tab and window focus switching. r=webdriver-reviewers,ato 2019-06-04 20:42:28 +00:00
capabilities.js
capture.js
cert.js
cookie.js Bug 1554464 - Merge nsICookie2 and nsICookie in 1 single interface, r=Ehsan 2019-05-31 09:36:44 +00:00
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 Bug 1548773: Remove support for typemustmatch r=bzbarsky 2019-05-05 14:41:59 +00:00
error.js
evaluate.js Bug 1495621 - marionette get_property fails to return wizard properties r=ato 2019-05-08 13:42:30 +00:00
event.js Bug 1541025 - testing/ automated ESLint no-throw-literal fixes. r=jmaher 2019-04-02 13:44:16 +00:00
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
README
reftest.js Bug 1542329 - Special case handing of 0-based ranges in wpt reftests, r=dholbert 2019-04-05 17:38:47 +00:00
reftest.xul Bug 1441308 - Core renderroot splitting changes r=kats,sotaro 2019-03-22 18:28:42 +00:00
server.js
stream-utils.js
sync.js
transport.js
wm.js

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 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/