gecko-dev/testing/marionette
Henrik Skupin cd755e66cb Bug 1675173 - [marionette] Disable TestPageLoadStrategy.test_none when actors are disabled. r=marionette-reviewers,jgraham
It's not worth the time to fix this particular bug in the old
framescript code that will go away early next year.

Differential Revision: https://phabricator.services.mozilla.com/D98565
2020-12-03 12:20:20 +00:00
..
actors Bug 1679414 - [marionette] Don't leak registered dialogObserver listeners in MarionetteCommands actor. r=marionette-reviewers,maja_zf 2020-11-30 15:58:20 +00:00
chrome
client Bug 1562642 - Add missing license headers r=mhoye,marionette-reviewers,webdriver-reviewers,perftest-reviewers,tarek 2020-11-17 02:06:54 +00:00
components Bug 727668 - Show bookmarks toolbar on the new tab page. r=Gijs,fluent-reviewers,marionette-reviewers,whimboo 2020-10-26 02:32:07 +00:00
doc Bug 1673880 - [marionette] Fix suggested syntax for --webdriver-arg in testing documentation r=marionette-reviewers,whimboo 2020-10-28 17:50:29 +00:00
harness Bug 1675173 - [marionette] Disable TestPageLoadStrategy.test_none when actors are disabled. r=marionette-reviewers,jgraham 2020-12-03 12:20:20 +00:00
test Bug 1678455 - [marionette] Add isLoadEventExpected checks for link targets. r=marionette-reviewers,maja_zf 2020-12-01 16:15:12 +00:00
.eslintrc.js Bug 1562642 - Add missing license headers r=mhoye,marionette-reviewers,webdriver-reviewers,perftest-reviewers,tarek 2020-11-17 02:06:54 +00:00
README
accessibility.js
action.js Bug 1365886 - [marionette] Allow performActions to operate on chrome elements r=marionette-reviewers,jdescottes,whimboo 2020-10-23 15:32:08 +00:00
addon.js
assert.js
atom.js
browser.js Bug 1675248 - [marionette] Don't wait for Marionette:ListenersAttached in openTab(). r=marionette-reviewers,maja_zf 2020-11-10 20:23:06 +00:00
capabilities.js Bug 1671205 - [marionette] Return moz:debuggerAddress in capabilities when Remote Agent is active. r=marionette-reviewers,jdescottes,maja_zf 2020-11-10 13:03:39 +00:00
capture.js
cert.js
cookie.js
dom.js
driver.js Bug 1674329 - [marionette] Detect replacement of browsing context for cross-group navigations. r=marionette-reviewers,maja_zf 2020-12-01 16:15:12 +00:00
element.js Bug 1665718 - [marionette] Throw NoSuchElementError when we get a null ContentDOMReference r=marionette-reviewers,whimboo 2020-11-12 18:08:36 +00:00
error.js
evaluate.js Bug 1671370 - [marionette] Provide current Window when checking stale element r=marionette-reviewers,whimboo 2020-10-27 16:55:29 +00:00
event.js
format.js
interaction.js
jar.mn Bug 1673823 - [marionette] Use navigation events from the actor and not the framescript when actors are enabled. r=marionette-reviewers,jdescottes 2020-11-04 15:53:18 +00:00
l10n.js
legacyaction.js Bug 1670295 - [marionette] Move legacy touch helpers from listener.js to legacyaction.js r=marionette-reviewers,whimboo,maja_zf 2020-10-14 22:22:15 +00:00
listener.js Bug 1676665 - [marionette] Remove setBrowsingContextId from framescript. r=marionette-reviewers,jdescottes 2020-11-17 11:20:15 +00:00
log.js
mach_commands.py Bug 1654103: Standardize on Black for Python code in `mozilla-central`. 2020-10-26 18:34:53 +00:00
mach_test_package_commands.py Bug 1654103: Standardize on Black for Python code in `mozilla-central`. 2020-10-26 18:34:53 +00:00
message.js
modal.js
moz.build
navigate.js Bug 1674329 - [marionette] Detect replacement of browsing context for cross-group navigations. r=marionette-reviewers,maja_zf 2020-12-01 16:15:12 +00:00
packets.js
prefs.js Bug 1669169 - [marionette] Enable usage of JSWindowActor by default when Fission is disabled. r=marionette-reviewers,jdescottes 2020-11-10 19:13:48 +00:00
print.js
proxy.js
reftest-content.js Bug 1602915 - Remove nsIBrowserDOMWindow.isTabContentWindow. r=mossop,marionette-reviewers,whimboo 2020-10-13 16:58:37 +00:00
reftest.js Bug 1673823 - [marionette] Rename actor MarionetteReftestFrame to MarionetteReftest. r=marionette-reviewers,jdescottes 2020-11-03 14:53:44 +00:00
reftest.xhtml
server.js
stream-utils.js
sync.js Bug 1675320 - [marionette] Wait for the pageshow event in newWindow command r=marionette-reviewers,whimboo 2020-11-10 10:40:11 +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/