gecko-dev/testing/marionette
Butkovits Atila 3bd0e5497c Backed out 10 changesets (bug 1589102) for failure at browser_saveHeapSnapshot_e10s_01.js CLOSED TREE
Backed out changeset 0d22ad297b19 (bug 1589102)
Backed out changeset 14bcaf2a452c (bug 1589102)
Backed out changeset 20905f91e2bb (bug 1589102)
Backed out changeset 29ee0fbe855f (bug 1589102)
Backed out changeset d1f6185030af (bug 1589102)
Backed out changeset 31949872cc1d (bug 1589102)
Backed out changeset ec04e1a20597 (bug 1589102)
Backed out changeset ffe8da473b91 (bug 1589102)
Backed out changeset 3b92f7306c64 (bug 1589102)
Backed out changeset b187548e258f (bug 1589102)
2020-08-05 21:47:50 +03:00
..
actors Bug 1654609 - [marionette] Port WebDriver:GetElementProperty and WebDriver:GetElementAttribute to JSWindowActor. r=marionette-reviewers,maja_zf 2020-07-23 14:29:21 +00:00
chrome
client Bug 1654537 - Release marionette_driver 3.1.0 r=marionette-reviewers,whimboo 2020-07-22 14:41:03 +00:00
components Bug 1649554: Part 1 - Move deprecated component registration helpers out of XPCOMUtils. r=mccr8,remote-protocol-reviewers,marionette-reviewers,perftest-reviewers,webcompat-reviewers,whimboo,twisniewski 2020-07-10 23:58:30 +00:00
doc
harness Bug 1486004 - Part 9 - Update marionette harness requirements to support unrooted android devices using mozdevice 4.0.0, ? r=marionette-reviewers,whimboo 2020-07-17 20:48:28 +00:00
test Bug 1612831 - [marionette] Do check for load event expected in parent process. r=marionette-reviewers,maja_zf 2020-07-20 08:26:51 +00:00
.eslintrc.js
accessibility.js
action.js
addon.js
assert.js
atom.js
browser.js Bug 1653281 - [marionette] WebDriver:NewWindow for a new tab has to wait for the framescript to be registered. r=marionette-reviewers,maja_zf 2020-07-17 16:19:17 +00:00
capabilities.js
capture.js
cert.js
cookie.js
dom.js
driver.js Bug 1654609 - [marionette] Port WebDriver:GetElementProperty and WebDriver:GetElementAttribute to JSWindowActor. r=marionette-reviewers,maja_zf 2020-07-23 14:29:21 +00:00
element.js
error.js
evaluate.js
event.js
format.js
interaction.js
jar.mn Bug 1653911 - [marionette] Land minimal implementation of JSWindowActor pair. r=marionette-reviewers,maja_zf 2020-07-21 05:48:14 +00:00
l10n.js
legacyaction.js
listener.js Bug 1651297 - [marionette] Improve debug logging for paintComplete in reftests. r=marionette-reviewers,jgraham,maja_zf 2020-07-30 10:00:19 +00:00
log.js
mach_commands.py
mach_test_package_commands.py
message.js
modal.js
moz.build
navigate.js Bug 1612831 - [marionette] Do check for load event expected in parent process. r=marionette-reviewers,maja_zf 2020-07-20 08:26:51 +00:00
packets.js
prefs.js Bug 1654453 - [marionette] Conditionally enable usage of JSWindowActor. r=marionette-reviewers,maja_zf 2020-07-23 13:50:17 +00:00
print.js Bug 1652270. Convert nsFrameLoader::Print to return a Promise. r=farre,remote-protocol-reviewers,marionette-reviewers,jgraham,whimboo,mixedpuppy 2020-07-22 23:17:45 +00:00
proxy.js
README
reftest.js Backed out 10 changesets (bug 1589102) for failure at browser_saveHeapSnapshot_e10s_01.js CLOSED TREE 2020-08-05 21:47:50 +03:00
reftest.xhtml
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/