gecko-dev/testing/marionette
James Graham 65314b0441 Bug 1604506 - Add print command to marionette, r=marionette-reviewers,whimboo,ato
Add a WebDriver:Print command to marionette, following the proposed
WebDriver spec at https://github.com/w3c/webdriver/pull/1468
The implementation is largely the same as that added to the
remote agent in Bug 1599994.



Depends on D57471

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

--HG--
extra : moz-landing-system : lando
2019-12-20 09:33:59 +00:00
..
chrome Bug 1585482 - Necessary test fixes following the change to stop using xul:dialog as a root element. r=marionette-reviewers,ato,bgrins 2019-12-10 18:14:10 +00:00
client Bug 1597190 - Remove setting of 'extensions.showMismatchUI' preference from Marionette, r=whimboo,marionette-reviewers 2019-12-06 10:34:17 +00:00
components Bug 1585482 - Necessary test fixes following the change to stop using xul:dialog as a root element. r=marionette-reviewers,ato,bgrins 2019-12-10 18:14:10 +00:00
doc Bug 1598279 - Update docs of format.js to reflect in documentation. r=whimboo,marionette-reviewers 2019-11-27 09:46:58 +00:00
harness Bug 1589708 - Part 1: Test service worker registration after restart r=dom-workers-and-storage-reviewers,marionette-reviewers,perry,whimboo 2019-12-10 15:05:36 +00:00
puppeteer/firefox
test
.eslintrc.js
README
accessibility.js
action.js
addon.js
assert.js Bug 1604506 - Add assert.positiveNumber to marionette, r=marionette-reviewers,whimboo,ato 2019-12-20 09:20:14 +00:00
atom.js
browser.js
capabilities.js
capture.js
cert.js
cookie.js
dom.js
driver.js Bug 1604506 - Add print command to marionette, r=marionette-reviewers,whimboo,ato 2019-12-20 09:33:59 +00:00
element.js
error.js
evaluate.js Bug 1582512 - Disable script filename restrictions in Marionette r=jandem,marionette-reviewers,whimboo 2019-12-02 17:27:18 +00:00
event.js
format.js
interaction.js
jar.mn Bug 1597847, rename remaining misc xul files from within /view, /gfx, /extensions, and /testing to .xhtml format r=marionette-reviewers,bgrins,whimboo,gbrown 2019-12-02 19:16:22 +00:00
l10n.js
legacyaction.js
listener.js Bug 1601272 - Print a warning if the reftest document is larger than the viewport, r=automatedtester,marionette-reviewers 2019-12-04 14:58:56 +00:00
log.js
mach_commands.py Bug 1598382 : using iteritems from six to be compatible to both py2 and py3 r=whimboo,marionette-reviewers 2019-11-25 16:33:45 +00:00
mach_test_package_commands.py
message.js
modal.js Bug 1601093, Rename the remaining .xul files to .xhtml in toolkit/ r=marionette-reviewers,mossop,whimboo 2019-12-11 17:44:54 +00:00
moz.build
navigate.js
packets.js
prefs.js
proxy.js
reftest.js Bug 1597847, rename remaining misc xul files from within /view, /gfx, /extensions, and /testing to .xhtml format r=marionette-reviewers,bgrins,whimboo,gbrown 2019-12-02 19:16:22 +00:00
reftest.xhtml Bug 1597847, rename remaining misc xul files from within /view, /gfx, /extensions, and /testing to .xhtml format r=marionette-reviewers,bgrins,whimboo,gbrown 2019-12-02 19:16:22 +00:00
server.js
stream-utils.js
sync.js
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/