2017-11-01 00:11:42 +03:00
|
|
|
|
===========
|
|
|
|
|
geckodriver
|
|
|
|
|
===========
|
|
|
|
|
|
2018-09-12 16:15:03 +03:00
|
|
|
|
Proxy for using W3C WebDriver-compatible clients to interact with
|
|
|
|
|
Gecko-based browsers.
|
2017-11-01 00:11:42 +03:00
|
|
|
|
|
2018-09-12 16:15:03 +03:00
|
|
|
|
This program provides the HTTP API described by the `WebDriver protocol`_.
|
|
|
|
|
to communicate with Gecko browsers, such as Firefox. It translates calls
|
|
|
|
|
into the `Firefox remote protocol`_ by acting as a proxy between the local-
|
|
|
|
|
and remote ends.
|
|
|
|
|
|
|
|
|
|
You can consult the `change log`_ for a record of all notable changes
|
|
|
|
|
to the program. Releases_ are made available on GitHub.
|
|
|
|
|
|
|
|
|
|
.. _WebDriver protocol: https://w3c.github.io/webdriver/#protocol
|
|
|
|
|
.. _Firefox remote protocol: https://firefox-source-docs.mozilla.org/testing/marionette/marionette/Protocol.html
|
|
|
|
|
.. _change log: https://github.com/mozilla/geckodriver/releases
|
|
|
|
|
.. _Releases: https://github.com/mozilla/geckodriver/releases
|
2017-11-01 00:11:42 +03:00
|
|
|
|
|
2017-10-25 01:53:02 +03:00
|
|
|
|
|
|
|
|
|
For users
|
|
|
|
|
=========
|
|
|
|
|
.. toctree::
|
|
|
|
|
:maxdepth: 1
|
|
|
|
|
|
2018-09-12 16:15:03 +03:00
|
|
|
|
Support.md
|
|
|
|
|
WebDriver capabilities <https://developer.mozilla.org/en-US/docs/Web/WebDriver/Capabilities>
|
|
|
|
|
Capabilities.md
|
|
|
|
|
Usage.md
|
|
|
|
|
Flags.md
|
2018-09-14 14:56:20 +03:00
|
|
|
|
Bugs.md
|
2017-10-25 01:53:02 +03:00
|
|
|
|
TraceLogs.md
|
2018-05-11 23:41:30 +03:00
|
|
|
|
CrashReports.md
|
2017-10-25 01:53:02 +03:00
|
|
|
|
|
2017-11-01 00:11:42 +03:00
|
|
|
|
|
|
|
|
|
For developers
|
|
|
|
|
==============
|
2017-10-25 01:53:02 +03:00
|
|
|
|
.. toctree::
|
|
|
|
|
:maxdepth: 1
|
|
|
|
|
|
2018-07-03 19:33:09 +03:00
|
|
|
|
Building.md
|
2018-09-04 17:53:32 +03:00
|
|
|
|
Testing.md
|
2017-10-25 01:53:02 +03:00
|
|
|
|
Releasing.md
|
2018-09-14 15:00:20 +03:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Communication
|
|
|
|
|
=============
|
|
|
|
|
|
|
|
|
|
The mailing list for Marionette discussion is
|
|
|
|
|
tools-marionette@lists.mozilla.org (`subscribe`_, `archive`_).
|
|
|
|
|
|
|
|
|
|
If you prefer real-time chat, there is often someone in the #ateam IRC
|
|
|
|
|
channel on irc.mozilla.org. Don’t ask if you may ask a question;
|
|
|
|
|
just go ahead and ask, and please wait for an answer as we might
|
|
|
|
|
not be in your timezone.
|
|
|
|
|
|
|
|
|
|
.. _subscribe: https://lists.mozilla.org/listinfo/tools-marionette
|
|
|
|
|
.. _archive: https://lists.mozilla.org/pipermail/tools-marionette/
|