fune/remote/marionette
Stanca Serban 7d955f6f57 Backed out 2 changesets (bug 1878741) for causing mozilla::PermissionManager::CommonTestPermissionInternal related crashes.
Backed out changeset 92ba50ef9857 (bug 1878741)
Backed out changeset 460cba558bfc (bug 1878741)
2024-05-17 14:06:34 +03:00
..
actors Bug 1885577 - [bidi] Add support for accessibility attributes locator for "browsingContext.locateNodes" command. r=webdriver-reviewers,jdescottes 2024-04-19 07:56:27 +00:00
chrome
test
.eslintrc.js
addon.sys.mjs
atom.sys.mjs Bug 1888004 - [marionette] Fix "WebDriver:GetElementText" to correctly find capitalized text containing an underscore. r=webdriver-reviewers,Sasha 2024-05-08 15:36:38 +00:00
browser.sys.mjs Bug 1880914 - Move BrowserOpenTab. r=Gijs,webdriver-reviewers,perftest-reviewers,extension-reviewers,sessionstore-reviewers,tabbrowser-reviewers,home-newtab-reviewers,thecount,whimboo,dao,afinder,omc-reviewers,aminomancer 2024-04-03 10:32:27 +00:00
cert.sys.mjs
cookie.sys.mjs
driver.sys.mjs Backed out 2 changesets (bug 1878741) for causing mozilla::PermissionManager::CommonTestPermissionInternal related crashes. 2024-05-17 14:06:34 +03:00
evaluate.sys.mjs
interaction.sys.mjs Bug 1798464 - [marionette] Removed usage of 'isElementEnabled' Selenium atom. r=webdriver-reviewers,Sasha 2024-05-03 08:59:22 +00:00
jar.mn Bug 1875065 - Move permissions module to the shared folder. r=webdriver-reviewers,jdescottes 2024-05-08 16:50:30 +00:00
json.sys.mjs
l10n.sys.mjs
message.sys.mjs
moz.build
navigate.sys.mjs
packets.sys.mjs
prefs.sys.mjs
README
reftest-content.js
reftest.sys.mjs
server.sys.mjs
stream-utils.sys.mjs
sync.sys.mjs
transport.sys.mjs
web-reference.sys.mjs
webauthn.sys.mjs

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 on desktop and mobile.  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/