gecko-dev/testing/geckodriver
2018-10-04 07:03:25 +03:00
..
.cargo
doc bug 1491288: geckodriver: add 0.23.0 to list of supported versions; r=jgraham 2018-10-03 16:08:49 +00:00
i686-xenial Bug 1472112 - [geckodriver] Fix build job on Travis for win32 platform. r=automatedtester 2018-06-29 11:02:49 +02:00
src Merge inbound to mozilla-central. a=merge 2018-09-30 00:55:39 +03:00
.travis.yml Bug 1472112 - [geckodriver] Fix build job on Travis for win32 platform. r=automatedtester 2018-06-29 11:02:49 +02:00
build.rs bug 1491801: geckodriver: use short sha1 for git build info; r=whimboo 2018-09-21 13:29:46 +01:00
build.sh
Cargo.toml bug 1491288: geckodriver: release 0.23.0; r=whimboo 2018-10-03 15:00:04 +00:00
CHANGES.md bug 1491288: geckodriver: update changelog; r=whimboo 2018-10-03 15:00:02 +00:00
ci.sh
CONTRIBUTING.md bug 1488443: geckodriver: redirect CONTRIBUTING.md to firefox-source-docs.m.o. r=whimboo 2018-09-06 13:20:37 +01:00
ISSUE_TEMPLATE.md Bug 1492047 - [geckodriver] Update issue template to request trace logs as attachment. r=whimboo a=doc 2018-09-18 08:36:48 +02:00
mach_commands.py
moz.build bug 1409276 - disable warnings-as-errors for Rust libraries/programs. r=chmanchester 2018-07-16 13:52:14 -04:00
README.md bug 1496178: geckodriver: link supported platforms from README; r=me 2018-10-03 19:33:11 +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 Firefox remote protocol by acting as a proxy between the local- and remote ends.

geckodrivers source code is made available under the Mozilla Public License.

Downloads

Documentation

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 #ateam on irc.mozilla.org.