gecko-dev/testing/marionette
Andreas Tolfsen 07c0fa4fe6 bug 1502268: marionette: provide informative messages for unexpected alert open error; r=whimboo
Provides specific error messages informing the user what action
was taken with the user prompt, based on the configuration of the
unhandled prompt handler.

Differential Revision: https://phabricator.services.mozilla.com/D10089

--HG--
extra : moz-landing-system : lando
2018-10-31 00:37:15 +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 1500242 - [marionette] Don't modify DEFAULT_SHUTDOWN_TIMEOUT constant. r=ato 2018-10-19 11:54:13 +00:00
components Bug 1484496: Part 5e - Convert remaining nsISimpleEnumerator users to use JS iteration. r=mccr8 2018-08-18 18:13:14 -07:00
doc Bug 1494229 - [marionette] Advertise Phabricator for submitting patches in the docs. r=ato 2018-10-18 19:06:53 +00:00
harness Bug 1416747 - [marionette] Hardening test_cli_arguments.py TestCommandLineArguments.test_startup_timeout. r=ato 2018-10-30 21:47:29 +00:00
prefs bug 1496176: marionette: document marionette.log.truncate pref; r=me 2018-10-03 19:28:40 +01:00
puppeteer Bug 1476220 - Show a "site information" header in the identity popup. r=paolo 2018-10-09 13:47:13 +00:00
test Bug 1405370 - [marionette] Avoid usage of "window" for function arguments. 2018-09-18 14:51:21 +02:00
.eslintrc.js Bug 1467100 - Remove duplicate eslint rules for testing/marionette r=whimboo 2018-06-06 12:58:35 +01:00
README bug 1490292: marionette: update README to point to firefox-source-docs.m.o; r=me 2018-09-11 14:39:54 +01:00
accessibility.js Bug 1349223 - update marionette a11y test based on the new handling of aria-hidden. r=ato 2018-07-04 10:21:01 -04:00
action.js Bug 1405370 - [marionette] Avoid usage of "window" for function arguments. 2018-09-18 14:51:21 +02:00
addon.js Bug 1486765 - Add installTelemetryInfo to addon installed from Marionette. r=ato 2018-09-12 20:23:16 +00:00
assert.js Bug 1447977 - Move cyclic object test function to evaluate. r=automatedtester 2018-07-06 18:35:21 +01:00
atom.js
browser.js Backed out changeset 4ef00e2b6b1c (bug 1493660) per developer's request 2018-09-24 19:05:23 +03:00
capabilities.js Bug 1500242 - [marionette] Obey the extended shutdown timeout for Firefox ASAN builds. r=ato 2018-10-19 11:52:42 +00:00
capture.js Bug 1485730 - [marionette] Limit width and height of created canvas to 32767 pixels. r=ato 2018-08-28 13:40:11 +02:00
cert.js Bug 1456035: Part 4 - Convert callers of XPCOMUtils.generateQI to ChromeUtils.generateQI. r=mccr8 2018-04-22 20:55:06 -07:00
cookie.js Bug 1260399 - Remove deprecated messages in nsICookieManager methods - part 1 - nsICookieManager.add(), r=ehsan 2018-09-24 11:37:56 +02:00
dom.js
driver.js bug 1502268: marionette: provide informative messages for unexpected alert open error; r=whimboo 2018-10-31 00:37:15 +00:00
element.js bug 1499360: marionette: convert in-view centre point to css pixels; r=whimboo 2018-10-22 14:21:27 +00:00
error.js bug 1492499: marionette: trim crlf off produced stack; r=automatedtester 2018-10-11 16:40:08 +00:00
evaluate.js Bug 1405370 - [marionette] Avoid usage of "window" for function arguments. 2018-09-18 14:51:21 +02:00
event.js Bug 1493546 - Only uppercase printable keys when shift modifier is set. r=ato 2018-09-25 13:01:21 +01:00
format.js Bug 1476305 - Add pref to not truncate Marionette log messages. r=automatedtester 2018-07-24 13:33:51 +01:00
interaction.js Bug 1486572 - [marionette] Always return false for "Is Element Enabled" command and XML documents. 2018-08-28 09:14:31 +02:00
jar.mn Bug 1477202 - Avoid shipping PerTestCoverageUtils.jsm to users by only adding it to Marionette when MOZ_CODE_COVERAGE is defined. r=florian 2018-07-20 11:37:52 +02:00
l10n.js Bug 1467744 - Lazily import globals in Marionette. r=whimboo 2018-06-08 13:16:29 +01:00
legacyaction.js Bug 1476145 part 8. Stop using getInterface(nsIDOMWindowUtils) in various test code. r=kmag 2018-07-24 19:47:43 -04:00
listener.js Bug 1494974 - Ensure the reftest canvas always maintains the same size, r=ato 2018-10-18 15:54:29 +01:00
log.js Bug 1482829 - Track Marionette logger verbosity with Log#manageLevelFromPref. r=whimboo 2018-08-17 12:55:33 +01:00
mach_commands.py Bug 1492601 - Use MachCommandCondition.is_firefox_or_android, r=ahal. 2018-09-23 15:08:56 -07:00
mach_test_package_commands.py
message.js Bug 1461463 - [marionette] Empty response value should be null and not {}. r=ato 2018-05-15 15:17:41 +02:00
modal.js Bug 1484496: Part 5e - Convert remaining nsISimpleEnumerator users to use JS iteration. r=mccr8 2018-08-18 18:13:14 -07:00
moz.build Bug 1468198 - remove tests that only run on b2g. r=smaug,mcmanus,whimboo 2018-06-27 09:52:19 -04:00
navigate.js Bug 1467744 - Lazily import globals in Marionette. r=whimboo 2018-06-08 13:16:29 +01:00
packets.js
prefs.js Bug 1482829 - Track Marionette logger verbosity with Log#manageLevelFromPref. r=whimboo 2018-08-17 12:55:33 +01:00
proxy.js Bug 1464469 - Use MarionetteLog throughout. r=whimboo 2018-06-06 14:40:05 +01:00
reftest.js Bug 1494974 - Ensure the reftest canvas always maintains the same size, r=ato 2018-10-18 15:54:29 +01:00
reftest.xul Bug 1494719 - Set hidechrome on reftest window, r=ato 2018-10-17 15:44:36 +01:00
server.js Bug 1493832 - marionette: cleanup dead code from server.js r=ato 2018-10-03 15:11:43 +00:00
stream-utils.js
sync.js bug 1492499: marionette: warn on TimedPromise bailing; r=automatedtester 2018-10-11 16:40:36 +00:00
transport.js Bug 1000814 - Cleanup marionette transport.js from DevTools specifics. r=jryans 2018-07-11 07:07:58 -07: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/