gecko-dev/testing/marionette
Henrik Skupin 16242b6d45 Bug 1504201 - "Intermittent Linux Mn testing/marionette/harness/marionette_harness/tests/unit/test_screenshot.py TestScreenCaptureChrome.test_formats | AssertionError: u'10a9988c502034662c801565ca05b9c154b933824b2f88849cab0e3e2b492da2' != '92b10dd07e1767c396f6" r=ato 2018-11-06 04:47:00 +02: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 1506917 - Don't attempt to check for updates from Firefox's nsBrowserGlue.js when running tests. r=ted 2018-11-19 07:33:33 -08:00
components Bug 1506523 - Adapt Marionette so it can run on Thunderbird; r=whimboo 2018-11-23 10:38:19 +13:00
doc bug 1509033: marionette: add docs about "debugger;" statement; r=me 2018-11-21 14:20:20 +00:00
harness Bug 1504201 - "Intermittent Linux Mn testing/marionette/harness/marionette_harness/tests/unit/test_screenshot.py TestScreenCaptureChrome.test_formats | AssertionError: u'10a9988c502034662c801565ca05b9c154b933824b2f88849cab0e3e2b492da2' != '92b10dd07e1767c396f6" r=ato 2018-11-06 04:47:00 +02:00
prefs bug 1496176: marionette: document marionette.log.truncate pref; r=me 2018-10-03 19:28:40 +01:00
puppeteer Bug 1509879 - Fix TypeError in firefox-puppeteer's TabBar.close_all_tabs(); r=davehunt 2018-11-26 16:50:15 +00:00
test bug 1492499: marionette: add debounce sync primitive; r=automatedtester 2018-11-08 13:11:14 +00:00
.eslintrc.js
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
action.js Bug 1504890 - Restrict usage of event global r=Standard8,ahal 2018-11-06 16:35:05 -06: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 1506523 - Adapt Marionette so it can run on Thunderbird; r=whimboo 2018-11-23 10:38:19 +13:00
atom.js
browser.js Bug 1506523 - Adapt Marionette so it can run on Thunderbird; r=whimboo 2018-11-23 10:38:19 +13:00
capabilities.js bug 1502864: marionette: support strictFileInteractability; r=whimboo 2018-11-03 16:31:00 +00:00
capture.js
cert.js
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 1506523 - Adapt Marionette so it can run on Thunderbird; r=whimboo 2018-11-23 10:38:19 +13: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 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 Bug 1504890 - Restrict usage of event global r=Standard8,ahal 2018-11-06 16:35:05 -06:00
log.js
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
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
reftest.js Bug 1500158 - Implement marionette support for fuzzy reftests, r=ato 2018-11-08 17:04:55 +00: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: increase TimedPromise timeout on debug; r=whimboo 2018-11-08 13:11:40 +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/