gecko-dev/testing/marionette
Henrik Skupin 75096ef8ff Bug 1460651 - [marionette] Getter for "running" has to always return a boolean. r=ato
MozReview-Commit-ID: 5mOJSgwVQN1

--HG--
extra : rebase_source : e33760eacc88def1fb2a631ee63426eb206d185e
2018-05-14 20:51:56 +02:00
..
chrome
client Bug 1460315 - Run Mn suite on both android-4.3-arm7 debug and opt; r=gbrown 2018-05-11 15:45:18 -04:00
components Bug 1460651 - [marionette] Getter for "running" has to always return a boolean. r=ato 2018-05-14 20:51:56 +02:00
doc Bug 1458742 - Add documentation for marionette.* prefs. r=maja_zf 2018-05-02 17:31:25 -07:00
harness Bug 1141118 - [marionette] In shuffle mode log the seed value before the tests are run. r=whimboo 2018-05-08 20:43:56 +02:00
prefs Bug 1458742 - Correct marionette.log.level docs for case insensitivity. r=maja_zf 2018-05-02 17:18:51 -07:00
puppeteer Bug 1453869 part 10. Stop constructing DOMParser by contract. r=mrbkap 2018-04-20 23:04:45 -04:00
test/unit Bug 1460092: Add ESLint rule to enforce use of ChromeUtils.generateQI. r=Gijs 2018-05-08 18:36:22 -07:00
.eslintrc.js
README.md
accessibility.js Bug 1456686: Part 1 - Fix unused and shadowed explicit imports. r=standard8 2018-04-24 20:18:09 -07:00
action.js
addon.js Bug 1456051 - Make addon an ES module. r=maja_zf 2018-04-23 08:12:30 +01:00
assert.js
atom.js
browser.js
capture.js
cert.js Bug 1456035: Part 4 - Convert callers of XPCOMUtils.generateQI to ChromeUtils.generateQI. r=mccr8 2018-04-22 20:55:06 -07:00
cookie.js
dom.js
driver.js Bug 1460656 - Fix sync IPC message Marionette:GetLogLevel by using initialProcessData. r=maja_zf 2018-05-10 17:32:42 +01:00
element.js Backed out changeset 6fd96d40bdb3 (bug 1400233) at request a=backout r=whimboo 2018-04-06 10:08:55 +03:00
error.js Bug 1452483 - Preserve stacktrace from sandbox evaluation. r=maja_zf 2018-04-09 11:45:49 +01:00
evaluate.js Bug 1452597 - Remove debug_script functionality for injected scripts. r=maja_zf 2018-04-09 13:13:18 +01:00
event.js
format.js
interaction.js
jar.mn Bug 1456450 - Sort marionette.jar manifest lexicographically. r=maja_zf,whimboo 2018-04-24 13:35:24 +01:00
l10n.js Bug 1453869 part 10. Stop constructing DOMParser by contract. r=mrbkap 2018-04-20 23:04:45 -04:00
legacyaction.js
listener.js Bug 1460656 - Fix sync IPC message Marionette:GetLogLevel by using initialProcessData. r=maja_zf 2018-05-10 17:32:42 +01:00
mach_commands.py
mach_test_package_commands.py
message.js
modal.js
moz.build Bug 1453381 - Move Marionette xpcshell tests to subdirectory. r=whimboo 2018-04-11 19:54:42 +01:00
navigate.js
packets.js
prefs.js Bug 1456050 - Add marionette.contentListener to MarionettePrefs. r=whimboo 2018-04-23 07:26:09 +01:00
proxy.js
reftest.js
reftest.xul
server.js Bug 1460651 - [marionette] Add additional debug logging for browser startup. r=ato 2018-05-10 18:20:17 +02:00
session.js
stream-utils.js
sync.js
transport.js
wm.js

README.md

Marionette

marionette | ˌmarɪəˈnɛt |

noun
  • 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.

Marionette is the remote protocol that lets out-of-process programs communicate with, instrument, and control Gecko-based browsers.

It 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 documentation to find out more.