gecko-dev/testing/marionette
2019-10-29 12:55:35 +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 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
components Bug 1567824 - Add browser.contentblocking.introCount back to marionette.js and geckoinstance.py. r=whimboo 2019-07-22 07:57:25 +00:00
doc 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
harness 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
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 Bug 1525338 - Limit context menu behavior to macOS. r=maja_zf 2019-07-20 14:46:39 +00:00
addon.js
assert.js
atom.js
browser.js Bug 1563040 - [marionette] Call window.focus() directly for the newly opened window. r=webdriver-reviewers,ato 2019-08-02 06:32:21 +00:00
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 1559592 - [marionette] Take screenshots for content in parent process. r=webdriver-reviewers,ato,automatedtester 2019-08-27 13:08:24 +00:00
cert.js Bug 1577428 - Not allow nsICertOverrideService to be implemented in js r=keeler,ato 2019-09-04 17:17:44 +00:00
cookie.js Bug 1574469 - Removed block param from nsICookieManager::Remove. r=Ehsan 2019-09-24 17:13:43 +00:00
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 1568991 - Ensure marionette event listeners are isolated from content, r=ato,bzbarsky 2019-07-29 08:48:50 +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 1559592 - [marionette] Take screenshots for content in parent process. r=webdriver-reviewers,ato,automatedtester 2019-08-27 13:08:24 +00:00
log.js
mach_commands.py
mach_test_package_commands.py
message.js
modal.js
moz.build Bug 1572336 - Merge marionette.js into all.js. r=ato 2019-08-13 23:49:39 +00:00
navigate.js
packets.js
prefs.js
proxy.js
README
reftest.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
reftest.xul
server.js
stream-utils.js
sync.js
transport.js Bug 1571466 - Cleanup unnecessary ESLint global definitions. r=mossop 2019-08-19 07:11:56 +00:00
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/