gecko-dev/testing/geckodriver
James Graham 8ec852bff7 Bug 1613975 - Mark geckodriver as Rust 2018, r=whimboo,webdriver-reviewers
Differential Revision: https://phabricator.services.mozilla.com/D62213

--HG--
extra : moz-landing-system : lando
2020-02-10 14:53:43 +00:00
..
.cargo
doc
marionette
src Bug 1609263 - Construct Android paths directly without PathBuf::push r=nalexander,webdriver-reviewers,whimboo 2020-01-23 21:59:17 +00:00
CHANGES.md Bug 1607960 - Allow to set environment variables in geckodriver. r=whimboo,webdriver-reviewers,ato 2020-01-13 23:06:03 +00:00
CONTRIBUTING.md
Cargo.toml Bug 1613975 - Mark geckodriver as Rust 2018, r=whimboo,webdriver-reviewers 2020-02-10 14:53:43 +00:00
ISSUE_TEMPLATE.md
README.md
build.rs
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 Marionette remote protocol by acting as a proxy between the local- and remote ends.

Downloads

Documentation

Source code

geckodriver is made available under the Mozilla Public License.

Its source code can be found in mozilla-central under testing/geckodriver. This GitHub repository is only used for issue tracking and making releases.

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.