gecko-dev/testing/marionette
James Graham 76838e2b73 Bug 1701128 - Don't wait for animations in wpt reftests r=marionette-reviewers,jdescottes
Otherwise we can end up in a situation where there's always a pending paint and we never
actually take the screenshot

Differential Revision: https://phabricator.services.mozilla.com/D109937
2021-03-30 14:16:58 +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
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 1627965 - [marionette] Skip test_click_link_install_addon in test_click.py on Windows r=marionette-reviewers,whimboo 2021-03-16 21:47:14 +00:00
test Bug 1700755 - [marionette] Use TimedPromise when waiting for initial application windows. r=marionette-reviewers,jdescottes 2021-03-25 20:18:14 +00:00
.eslintrc.js
README
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
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 1697159 - [marionette] Simplify handling of application information. r=marionette-reviewers,jdescottes,jgraham 2021-03-18 19:02: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

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/