gecko-dev/testing/marionette
2018-09-11 14:39:54 +01:00
..
chrome
client Bug 1488820 - [marionette] Check for crashes if no connection can be established in raise_for_port(). 2018-09-05 18:17:57 +02:00
components Bug 1484496: Part 5e - Convert remaining nsISimpleEnumerator users to use JS iteration. r=mccr8 2018-08-18 18:13:14 -07:00
doc Bug 1482829 - Track Marionette logger verbosity with Log#manageLevelFromPref. r=whimboo 2018-08-17 12:55:33 +01:00
harness Bug 1398111 - [marionette] Never disable focus manager test mode for unit tests. r=ato 2018-06-07 22:41:35 +02:00
prefs Bug 1482829 - Track Marionette logger verbosity with Log#manageLevelFromPref. r=whimboo 2018-08-17 12:55:33 +01:00
puppeteer Bug 1468222 Consolidate nsISSLStatus info nsITransportSecurityInfo r=Gijs,snorp,jcj,mcmanus,sfraser,keeler,baku,ato 2018-09-11 00:07:30 +00:00
test bug 1490289: marionette: add general test README; r=me 2018-09-11 14:32:50 +01:00
.eslintrc.js
accessibility.js
action.js Bug 1484161 - Replace nsITimer with Sleep for dispatchPause. r=whimboo 2018-08-17 11:57:29 +01:00
addon.js Bug 1451513 Part 3: Make loading the mochitest extension more robust r=kmag 2018-07-30 17:03:27 -07:00
assert.js
atom.js
browser.js
capabilities.js Bug 1470659 - Add setWindowRect capability to Marionette. r=whimboo 2018-08-01 18:31:25 +01:00
capture.js Bug 1485730 - [marionette] Limit width and height of created canvas to 32767 pixels. r=ato 2018-08-28 13:40:11 +02:00
cert.js
cookie.js Bug 1484496: Part 5e - Convert remaining nsISimpleEnumerator users to use JS iteration. r=mccr8 2018-08-18 18:13:14 -07:00
dom.js
driver.js Bug 1398111 - [marionette] Virtually set Firefox as top-most application in WebDriver:NewSession. r=ato 2018-06-07 08:59:42 +02:00
element.js Bug 1400233 - Drop ContentWebElement.LegacyIdentifier key from Marionette. r=ato,whimboo 2018-07-27 16:06:39 +01:00
error.js
evaluate.js Backed out 2 changesets (bug 1337899) for linting opt failure on web-platform/meta/MANIFEST.json 2018-08-02 10:06:18 +03:00
event.js Bug 1476145 part 8. Stop using getInterface(nsIDOMWindowUtils) in various test code. r=kmag 2018-07-24 19:47:43 -04:00
format.js
interaction.js Bug 1486572 - [marionette] Always return false for "Is Element Enabled" command and XML documents. 2018-08-28 09:14:31 +02:00
jar.mn
l10n.js
legacyaction.js Bug 1476145 part 8. Stop using getInterface(nsIDOMWindowUtils) in various test code. r=kmag 2018-07-24 19:47:43 -04:00
listener.js Bug 1422583 - [marionette] Reset double click tracker when releasing actions. r=ato 2018-08-30 11:35:04 +02:00
log.js Bug 1482829 - Track Marionette logger verbosity with Log#manageLevelFromPref. r=whimboo 2018-08-17 12:55:33 +01:00
mach_commands.py
mach_test_package_commands.py
message.js
modal.js Bug 1484496: Part 5e - Convert remaining nsISimpleEnumerator users to use JS iteration. r=mccr8 2018-08-18 18:13:14 -07:00
moz.build
navigate.js
packets.js
prefs.js Bug 1482829 - Track Marionette logger verbosity with Log#manageLevelFromPref. r=whimboo 2018-08-17 12:55:33 +01:00
proxy.js
README bug 1490292: marionette: update README to point to firefox-source-docs.m.o; r=me 2018-09-11 14:39:54 +01:00
reftest.js Bug 1485668 - Fix reftest chain comparisons in marionette reftest implementation, r=ato 2018-08-28 12:29:02 +00:00
reftest.xul
server.js Bug 1484909 - [marionette] Fix handling of InvalidSessionException. 2018-08-21 08:07:23 +02:00
stream-utils.js
sync.js Bug 1473614 - Fix exported symbols in sync. r=automatedtester 2018-08-07 18:06:29 +01:00
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/