gecko-dev/testing/marionette
Mark Banner 8346839a9e Bug 1613903 - Enable ESLint for testing/marionette/harness and testing/marionette/legacyaction.js (manual changes). r=whimboo,marionette-reviewers
Differential Revision: https://phabricator.services.mozilla.com/D62026

--HG--
extra : moz-landing-system : lando
2020-02-10 16:28:09 +00:00
..
chrome
client
components
doc
harness Bug 1613903 - Enable ESLint for testing/marionette/harness and testing/marionette/legacyaction.js (manual changes). r=whimboo,marionette-reviewers 2020-02-10 16:28:09 +00:00
puppeteer/firefox Bug 1610014 - [marionette] Remove localization support from firefox-puppeteer. r=marionette-reviewers,maja_zf 2020-01-24 17:46:26 +00:00
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
event.js
format.js
interaction.js
jar.mn
l10n.js
legacyaction.js Bug 1613903 - Enable ESLint for testing/marionette/harness and testing/marionette/legacyaction.js (manual changes). r=whimboo,marionette-reviewers 2020-02-10 16:28:09 +00:00
listener.js
log.js
mach_commands.py
mach_test_package_commands.py
message.js
modal.js
moz.build
navigate.js
packets.js
prefs.js
proxy.js
reftest.js
reftest.xhtml
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/