gecko-dev/testing/marionette
2019-06-07 13:33:25 +00:00
..
chrome Bug 1544916 - migrate dialog binding to Custom Element r=bgrins,whimboo 2019-06-04 17:28:16 +00:00
client Bug 1553748 - [marionette] Firefox should not unload tabs when available memory is running low. r=webdriver-reviewers,automatedtester 2019-06-07 13:33:25 +00:00
components Bug 1553748 - [marionette] Firefox should not unload tabs when available memory is running low. r=webdriver-reviewers,automatedtester 2019-06-07 13:33:25 +00:00
doc
harness Bug 1329424 - [marionette] Re-enable tests TestScreenCapture[Content/Chrome].test_capture_flags. r=maja_zf 2019-06-05 13:36:34 +00:00
prefs
puppeteer/firefox Bug 1335085 - [marionette] Simplify focus handling for window classes in firefox-puppeteer. r=webdriver-reviewers,ato 2019-06-04 21:02:46 +00:00
test
.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 1335085 - [marionette] Fix "WebDriver:SwitchToWindow" for tab and window focus switching. r=webdriver-reviewers,ato 2019-06-04 20:42:28 +00:00
element.js
error.js
evaluate.js
event.js
format.js
interaction.js
jar.mn
l10n.js
legacyaction.js
listener.js
log.js
mach_commands.py Backed out changeset bb3d70c37398 (bug 1543725) for busting Thunderbird builds. a=backout 2019-06-05 22:24:02 +02:00
mach_test_package_commands.py
message.js
modal.js
moz.build
navigate.js
packets.js
prefs.js
proxy.js
README
reftest.js
reftest.xul
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/