diff options
Diffstat (limited to 'testing/marionette/README')
-rw-r--r-- | testing/marionette/README | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/testing/marionette/README b/testing/marionette/README new file mode 100644 index 0000000000..6dd268afec --- /dev/null +++ b/testing/marionette/README @@ -0,0 +1,20 @@ +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 mayor’s 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/ |