gecko-dev/testing/geckodriver
Nupur Baghel fb2fb2496b Bug 1566008 - Fix use of Response::Error in Marionette crate. r=ato
Differential Revision: https://phabricator.services.mozilla.com/D38088

--HG--
extra : moz-landing-system : lando
2019-07-15 15:22:12 +00:00
..
.cargo
doc no bug - fix spelling of 'mozila' tree-wide r=me 2019-03-18 15:55:18 -07:00
i686-xenial
marionette Bug 1566008 - Fix use of Response::Error in Marionette crate. r=ato 2019-07-15 15:22:12 +00:00
src Bug 1396824 - Part 1: Replace the webdriver router by warp. r=ato 2019-06-24 09:26:59 +00:00
.travis.yml bug 1496987: geckodriver: turn off arm7hf builds; r=automatedtester 2018-10-09 12:46:33 +00:00
CHANGES.md bug 1559324: geckodriver: add HTTP HEAD request feature to changelog; r=ato a=doc 2019-06-25 13:18:20 +01:00
CONTRIBUTING.md Bug 1532301 - [geckodriver] Fix links to the Marionette and geckodriver source docs. r=me 2019-03-04 16:03:15 +01:00
Cargo.toml Bug 1564416 - Hook up marionette crate to geckodriver. r=ato 2019-07-11 12:50:17 +00:00
ISSUE_TEMPLATE.md
README.md bug 1543946: geckodriver: clarify that Marionette is used in README; r=me a=doc 2019-04-12 11:40:06 +01:00
build.rs bug 1543945: geckodriver: replace str::trim_right() with ::trim_end(); r=jgraham 2019-04-12 10:32:20 +00:00
build.sh
ci.sh
mach_commands.py Bug 1506611 - Fixed linter errors in testing/awsy and testing/geckodriver r=ahal 2018-12-18 21:31:59 +00:00
moz.build Bug 1564416 - Hook up marionette crate to geckodriver. r=ato 2019-07-11 12:50:17 +00:00

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.