gecko-dev/testing/geckodriver
Andreas Tolfsen c25de6081e bug 1490628: geckodriver: move docs to firefox-source-docs.m.o; r=me
This moves large parts of the geckodriver README to
firefox-source-docs.m.o so that we avoid duplicating content.
This move also makes sense in the context that we will not continue
to release from GitHub for ever.
2018-09-12 14:17:06 +01:00
..
.cargo
doc bug 1490628: geckodriver: move docs to firefox-source-docs.m.o; r=me 2018-09-12 14:17:06 +01: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 Bug 1461608 - [geckodriver] Reduce stream read timeout for Marionette handshake to 10s. r=ato 2018-09-03 16:40:08 +02:00
.gitignore
.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 1406006 - Get well formatted commit hash and commit date when building geckodriver. r=ato 2018-06-17 09:38:23 +02:00
build.sh
Cargo.toml Bug 1489792 - Part 1: Update base64 to 0.9. r=ato 2018-09-11 10:18:40 +01:00
CHANGES.md Bug 1484941 - Change ErrorStatus::{ScriptTimeout,Timeout} HTTP codes from 408 to 500. r=whimboo 2018-08-23 11:48:24 +01: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
mach_commands.py Bug 1435975 - Typo in geckodriver option for mozconfig, r=whimboo 2018-02-06 11:16:30 +01:00
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 1490628: geckodriver: move docs to firefox-source-docs.m.o; r=me 2018-09-12 14:17: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 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.