gecko-dev/testing/marionette
Mark Banner 32345283e0 Bug 1503674 - Remove unused microformats code. r=Gijs
Differential Revision: https://phabricator.services.mozilla.com/D14679

--HG--
extra : moz-landing-system : lando
2018-12-17 09:32:27 +00:00
..
chrome Bug 1473927 - Load textbox.css and numberbox.css as document stylesheets. r=paolo 2018-10-09 10:22:15 +02:00
client Bug 1504756 - [marionette] Added opening a new browsing context to Marionette client. r=ato 2018-12-05 19:58:32 +00:00
components Bug 1508726 - [geckodriver] Use "app.update.disabledForTesting" to disable application updates. r=ato 2018-12-05 08:12:46 +00:00
doc Bug 1504756 - [marionette] Use waitForObserverTopic when waiting for observer notifications. r=ato 2018-12-05 19:57:48 +00:00
harness Bug 1503674 - Remove unused microformats code. r=Gijs 2018-12-17 09:32:27 +00:00
prefs
puppeteer Bug 1351940 - [marionette] Only convert a valid outerWindowID to a string. r=ato 2018-11-28 20:48:42 +00:00
test Bug 1415483 - Apply the new options to reject-importGlobalProperties across the codebase, remove unnecessary importGlobalProperties. r=nika 2018-12-11 21:39:40 +00:00
.eslintrc.js
README
accessibility.js
action.js Bug 1504890 - Restrict usage of event global r=Standard8,ahal 2018-11-06 16:35:05 -06:00
addon.js
assert.js Bug 1506523 - Adapt Marionette so it can run on Thunderbird; r=whimboo 2018-11-23 10:38:19 +13:00
atom.js
browser.js Bug 1504756 - [marionette] Added "WebDriver:NewWindow" command to open a new top-level browsing context. r=ato 2018-12-05 19:58:06 +00:00
capabilities.js bug 1502864: marionette: support strictFileInteractability; r=whimboo 2018-11-03 16:31:00 +00:00
capture.js
cert.js
cookie.js
dom.js
driver.js Bug 1504756 - [marionette] Added "WebDriver:NewWindow" command to open a new top-level browsing context. r=ato 2018-12-05 19:58:06 +00:00
element.js Bug 1512259 - No need to special case <button> in marionette, r=ato 2018-12-04 17:30:43 +02:00
error.js bug 1492499: marionette: trim crlf off produced stack; r=automatedtester 2018-10-11 16:40:08 +00:00
evaluate.js
event.js Bug 1504890 - Restrict usage of event global r=Standard8,ahal 2018-11-06 16:35:05 -06:00
format.js
interaction.js Bug 1504890 - Restrict usage of event global r=Standard8,ahal 2018-11-06 16:35:05 -06:00
jar.mn
l10n.js
legacyaction.js
listener.js Backed out 2 changesets (bug 1510695, bug 1510693) for causing frequent marionette failures on unit/test_reftest.py 2018-12-12 23:11:19 +02:00
log.js
mach_commands.py
mach_test_package_commands.py
message.js
modal.js Bug 1489833 - Remove nsIWindowMediator::getZOrderDOMWindowEnumerator. r=bzbarsky 2018-11-21 16:56:10 +00:00
moz.build
navigate.js
packets.js
prefs.js
proxy.js Bug 1504756 - [marionette] Use waitForObserverTopic when waiting for observer notifications. r=ato 2018-12-05 19:57:48 +00:00
reftest.js Bug 1509983 - Enable wpt android reftests on try/m-c, r=gbrown,ato 2018-11-30 15:31:50 +00:00
reftest.xul Bug 1494719 - Set hidechrome on reftest window, r=ato 2018-10-17 15:44:36 +01:00
server.js Bug 1504756 - [marionette] Added "WebDriver:NewWindow" command to open a new top-level browsing context. r=ato 2018-12-05 19:58:06 +00:00
stream-utils.js
sync.js Bug 1504756 - [marionette] Use waitForObserverTopic when waiting for observer notifications. r=ato 2018-12-05 19:57:48 +00:00
transport.js Bug 1504756 - [marionette] Add executeSoon() to run tasks on the main thread. r=ato 2018-12-05 19:56:32 +00:00
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/