gecko-dev/testing/geckodriver
Gurzau Raul 0b424003d3 Backed out 2 changesets (bug 1572687) for causing bug 1574837. CLOSED TREE
Backed out changeset 0c1fa26f2f67 (bug 1572687)
Backed out changeset 2b3e775a99cb (bug 1572687)
2019-08-28 12:52:25 +03:00
..
.cargo
doc bug 1574893: geckodriver: fix broken link in docs; r=me a=doc 2019-08-19 16:07:46 +01:00
i686-xenial
marionette Backed out 7 changesets (bug 1569100) for causing close_window/close.py, accept_alert/accept.py perma failures CLOSED TREE 2019-08-14 14:22:40 +03:00
src Backed out 2 changesets (bug 1572687) for causing bug 1574837. CLOSED TREE 2019-08-28 12:52:25 +03:00
.travis.yml
build.rs bug 1565210: geckodriver: lint; r=ato 2019-07-25 12:41:28 +00:00
build.sh
Cargo.toml Bug 1564416 - Hook up marionette crate to geckodriver. r=ato 2019-07-11 12:50:17 +00:00
CHANGES.md Backed out 2 changesets (bug 1572687) for causing bug 1574837. CLOSED TREE 2019-08-28 12:52:25 +03:00
ci.sh
CONTRIBUTING.md Bug 1532301 - [geckodriver] Fix links to the Marionette and geckodriver source docs. r=me 2019-03-04 16:03:15 +01:00
ISSUE_TEMPLATE.md
mach_commands.py
moz.build Bug 1564416 - Hook up marionette crate to geckodriver. r=ato 2019-07-11 12:50:17 +00:00
README.md bug 1543946: geckodriver: clarify that Marionette is used in README; r=me a=doc 2019-04-12 11:40:06 +01:00

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.