gecko-dev/testing/marionette/README

21 lines
792 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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/