gecko-dev/testing/marionette
Ciure Andrei e473bd5f57 Backed out 10 changesets (bug 1582512) for causing browser_preferences_usage.js to permafail CLOSED TREE
Backed out changeset a615a2c07523 (bug 1582512)
Backed out changeset 7dd0266da0a1 (bug 1582512)
Backed out changeset dfdefc6ede97 (bug 1582512)
Backed out changeset 59db30e1915f (bug 1582512)
Backed out changeset 1eb6f6b02149 (bug 1582512)
Backed out changeset 391ed11326fb (bug 1582512)
Backed out changeset 02865605c1c3 (bug 1582512)
Backed out changeset 017582048986 (bug 1582512)
Backed out changeset 1374c08302f9 (bug 1582512)
Backed out changeset 40dd63b6910a (bug 1582512)
2019-12-02 19:23:12 +02:00
..
chrome
client
components bug 1526364: browser, marionette: use "remote-listening" to indicate remote control; r=Gijs,marionette-reviewers,remote-protocol-reviewers,maja_zf 2019-11-26 13:23:29 +00:00
doc Bug 1598279 - Update docs of format.js to reflect in documentation. r=whimboo,marionette-reviewers 2019-11-27 09:46:58 +00:00
harness Bug 1582973 - [marionette] Skip screenshot upper bounds tests on 32bit systems due to possible OOM. r=marionette-reviewers,ato 2019-11-29 13:02:37 +00:00
puppeteer/firefox
test
.eslintrc.js
README
accessibility.js
action.js
addon.js
assert.js
atom.js
browser.js
capabilities.js
capture.js
cert.js
cookie.js
dom.js
driver.js
element.js
error.js
evaluate.js Backed out 10 changesets (bug 1582512) for causing browser_preferences_usage.js to permafail CLOSED TREE 2019-12-02 19:23:12 +02:00
event.js
format.js
interaction.js
jar.mn
l10n.js
legacyaction.js
listener.js Bug 1595564 - Dispatch TestRendered event for wpt reftests with reftest-wait, r=maja_zf,mattwoodrow,marionette-reviewers 2019-11-25 14:54:51 +00:00
log.js
mach_commands.py Bug 1598382 : using iteritems from six to be compatible to both py2 and py3 r=whimboo,marionette-reviewers 2019-11-25 16:33:45 +00:00
mach_test_package_commands.py
message.js
modal.js
moz.build
navigate.js
packets.js
prefs.js
proxy.js
reftest.js Bug 1595885 - Fix lint error, r=maja_zf 2019-11-14 17:24:21 +00:00
reftest.xul
server.js
stream-utils.js
sync.js
transport.js
wm.js

README

Этот файл содержит неоднозначные символы Юникода!

Этот файл содержит неоднозначные символы Юникода, которые могут быть перепутаны с другими в текущей локали. Если это намеренно, можете спокойно проигнорировать это предупреждение. Используйте кнопку Экранировать, чтобы подсветить эти символы.

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/