8411b140ec
Sphinx creates an additional directory level unless the entry starts with "/". By using the aboslute path we can define where we want the documentation to end up. This causes the geckodriver and Marionette documentation to move from: /testing/marionette/marionette /testing/geckodriver/geckodriver to: /testing/marionette /testing/geckodriver Depends on D18088 Differential Revision: https://phabricator.services.mozilla.com/D18089 --HG-- extra : moz-landing-system : lando |
||
---|---|---|
.. | ||
.cargo | ||
doc | ||
i686-xenial | ||
src | ||
.travis.yml | ||
CHANGES.md | ||
CONTRIBUTING.md | ||
Cargo.toml | ||
ISSUE_TEMPLATE.md | ||
README.md | ||
build.rs | ||
build.sh | ||
ci.sh | ||
mach_commands.py | ||
moz.build |
README.md
geckodriver
Proxy for using W3C WebDriver compatible clients to interact with Gecko-based browsers.
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.
geckodriver’s source code is made available under the Mozilla Public License.
Downloads
Documentation
Source code
geckodriver’s canonical source code can be found in mozilla-central. We only use this GitHub repository for issue tracking and making releases. See our contribution documentation for more information.
Contact
The mailing list for geckodriver discussion is tools-marionette@lists.mozilla.org (subscribe, archive).
There is also an IRC channel to talk about using and developing geckodriver in #interop on irc.mozilla.org.