gecko-dev/testing/marionette
2021-04-14 14:14:25 +00:00
..
actors Bug 1701128 - Don't wait for animations in wpt reftests r=marionette-reviewers,jdescottes 2021-03-30 14:16:58 +00:00
chrome Bug 1685291 - [marionette] Add test for sendKeys with context menus r=marionette-reviewers,whimboo 2021-01-15 08:55:47 +00:00
client Bug 1697954 - Remove unused javascript.options.showInConsole prefs r=marionette-reviewers,webdriver-reviewers,mossop,remote-protocol-reviewers,whimboo 2021-03-15 19:50:41 +00:00
components Bug 1700959 - [marionette] Always lazy-load dependent modules for the Marionette component. r=marionette-reviewers,jdescottes 2021-03-25 14:25:09 +00:00
doc Bug 1697159 - [marionette] Simplify handling of application information. r=marionette-reviewers,jdescottes,jgraham 2021-03-18 19:02:38 +00:00
harness Bug 1702633 - In test_context_click_action, close context menu with .hidePopup() which works with native context menus, too. r=whimboo,marionette-reviewers 2021-04-14 14:14:25 +00:00
test Bug 1697630 - [marionette] Remove non-WebDriver spec compliant "rotatable" capability. r=marionette-reviewers,jdescottes 2021-04-13 09:37:38 +00:00
.eslintrc.js
accessibility.js
action.js Bug 1697159 - [marionette] Simplify handling of application information. r=marionette-reviewers,jdescottes,jgraham 2021-03-18 19:02:38 +00:00
addon.js Bug 1693022 - Report errors when uninstalling unknown addons in marionette. r=whimboo,marionette-reviewers 2021-02-19 16:14:09 +00:00
appinfo.js Bug 1697159 - [marionette] Simplify handling of application information. r=marionette-reviewers,jdescottes,jgraham 2021-03-18 19:02:38 +00:00
assert.js Bug 1697159 - [marionette] Simplify handling of application information. r=marionette-reviewers,jdescottes,jgraham 2021-03-18 19:02:38 +00:00
atom.js
browser.js Bug 1697159 - [marionette] Simplify handling of application information. r=marionette-reviewers,jdescottes,jgraham 2021-03-18 19:02:38 +00:00
capture.js
cert.js
cookie.js
dom.js
driver.js Bug 1700755 - [marionette] Use TimedPromise when waiting for initial application windows. r=marionette-reviewers,jdescottes 2021-03-25 20:18:14 +00:00
element.js Bug 1669172 - [marionette] Remove references to Element Store. r=marionette-reviewers,jdescottes 2021-02-14 14:09:22 +00:00
error.js
evaluate.js Bug 1669172 - [marionette] Remove references to Element Store. r=marionette-reviewers,jdescottes 2021-02-14 14:09:22 +00:00
event.js Bug 1697159 - [marionette] Simplify handling of application information. r=marionette-reviewers,jdescottes,jgraham 2021-03-18 19:02:38 +00:00
format.js
interaction.js Bug 1686361 - [marionette] Sync synthesizeMouseAtPoint from EventUtils.js. r=marionette-reviewers,whimboo 2021-02-23 11:25:54 +00:00
jar.mn Bug 1697159 - [marionette] Simplify handling of application information. r=marionette-reviewers,jdescottes,jgraham 2021-03-18 19:02:38 +00:00
l10n.js
legacyaction.js
log.js
mach_commands.py
mach_test_package_commands.py
message.js
modal.js Bug 1697159 - [marionette] Simplify handling of application information. r=marionette-reviewers,jdescottes,jgraham 2021-03-18 19:02:38 +00:00
moz.build
navigate.js Bug 1675820 - Part 7: Fix marionette BrowsingContext replace detection logic, r=whimboo,marionette-reviewers,farre 2021-03-18 19:24:51 +00:00
packets.js
permissions.js Bug 1689883 - Provide a marionette implementation of setPermission. r=marionette-reviewers,whimboo,jgraham 2021-02-24 19:51:03 +00:00
prefs.js Bug 1700959 - [marionette] Always lazy-load dependent modules for the Marionette component. r=marionette-reviewers,jdescottes 2021-03-25 14:25:09 +00:00
print.js
README
reftest-content.js Bug 1694951 - Remove printing.trigger telemetry. r=jwatt,marionette-reviewers 2021-03-01 11:36:43 +00:00
reftest.js Bug 1697159 - [marionette] Simplify handling of application information. r=marionette-reviewers,jdescottes,jgraham 2021-03-18 19:02:38 +00:00
reftest.xhtml
server.js Bug 1691402 - [marionette] Add session module for WebDriver session. r=marionette-reviewers,jdescottes,jgraham 2021-03-17 05:41:27 +00:00
session.js Bug 1697630 - [marionette] Remove non-WebDriver spec compliant "rotatable" capability. r=marionette-reviewers,jdescottes 2021-04-13 09:37:38 +00:00
stream-utils.js
sync.js Bug 1700755 - [marionette] Use TimedPromise when waiting for initial application windows. r=marionette-reviewers,jdescottes 2021-03-25 20:18:14 +00: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/