gecko-dev/testing/marionette
2019-12-02 17:27:18 +00:00
..
chrome Bug 1587627 - [marionette] Remove Anon and AnonAttribute strategies from "WebDriver:FindElement" and "WebDriver:FindElements" command. r=webdriver-reviewers,maja_zf 2019-10-29 12:55:35 +00:00
client Bug 1525296 - Remove any remaining references to old search suggestions notifications. r=adw,whimboo 2019-10-29 17:57:10 +00:00
components bug 1526364: browser, marionette: use "remote-listening" to indicate remote control; r=Gijs,marionette-reviewers,remote-protocol-reviewers,maja_zf 2019-11-26 13:23:29 +00:00
doc Bug 1598279 - Update docs of format.js to reflect in documentation. r=whimboo,marionette-reviewers 2019-11-27 09:46:58 +00:00
harness Bug 1582973 - [marionette] Skip screenshot upper bounds tests on 32bit systems due to possible OOM. r=marionette-reviewers,ato 2019-11-29 13:02:37 +00:00
puppeteer/firefox Bug 1573383 - [firefox-puppeteer] Update docs for PyPI package deprecation. r=webdriver-reviewers,maja_zf a=docs 2019-10-29 13:06:14 +00:00
test
.eslintrc.js
accessibility.js
action.js
addon.js
assert.js
atom.js
browser.js
capabilities.js Bug 1587364 - [marionette] Use getWebDriverBrowserName() to determine the browserName capability. r=webdriver-reviewers,ato 2019-10-09 22:46:02 +00:00
capture.js Bug 1590064 - [marionette] Restrict maximum screenshot area. r=whimboo 2019-11-11 08:36:49 +00:00
cert.js
cookie.js
dom.js
driver.js Bug 1587627 - [marionette] Remove Anon and AnonAttribute strategies from "WebDriver:FindElement" and "WebDriver:FindElements" command. r=webdriver-reviewers,maja_zf 2019-10-29 12:55:35 +00:00
element.js Bug 1587627 - [marionette] Remove Anon and AnonAttribute strategies from "WebDriver:FindElement" and "WebDriver:FindElements" command. r=webdriver-reviewers,maja_zf 2019-10-29 12:55:35 +00:00
error.js
evaluate.js Bug 1582512 - Disable script filename restrictions in Marionette r=jandem,marionette-reviewers,whimboo 2019-12-02 17:27:18 +00:00
event.js
format.js
interaction.js Bug 1588472 - Remove unused entries from DISABLED_ATTRIBUTE_SUPPORTED_XUL. r=webdriver-reviewers,bgrins,ato 2019-10-14 16:08:05 +00:00
jar.mn Bug 1587627 - [marionette] Remove Anon and AnonAttribute strategies from "WebDriver:FindElement" and "WebDriver:FindElements" command. r=webdriver-reviewers,maja_zf 2019-10-29 12:55:35 +00:00
l10n.js
legacyaction.js
listener.js Bug 1595564 - Dispatch TestRendered event for wpt reftests with reftest-wait, r=maja_zf,mattwoodrow,marionette-reviewers 2019-11-25 14:54:51 +00:00
log.js
mach_commands.py Bug 1598382 : using iteritems from six to be compatible to both py2 and py3 r=whimboo,marionette-reviewers 2019-11-25 16:33:45 +00:00
mach_test_package_commands.py
message.js
modal.js
moz.build
navigate.js
packets.js
prefs.js
proxy.js
README
reftest.js Bug 1595885 - Fix lint error, r=maja_zf 2019-11-14 17:24:21 +00:00
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/