gecko-dev/testing/geckodriver
Henrik Skupin febdd49738 Bug 1527083 - [geckodriver] Add earliest Firefox release to changelog which supports the new window command. r=me a=doc
DONTBUILD

--HG--
extra : rebase_source : 911c55337a2c387cccb6dad69eac9ecf69e32380
2019-02-11 21:05:20 +01:00
..
.cargo
doc bug 1524586: geckodriver: highlight that binary path must be absolute; r=me 2019-02-01 15:10:45 +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 bug 1524684: geckodriver: ATOMIC_USIZE_INIT is deprecated; r=jgraham 2019-02-05 14:48:14 +00:00
.travis.yml bug 1496987: geckodriver: turn off arm7hf builds; r=automatedtester 2018-10-09 12:46:33 +00:00
CHANGES.md Bug 1527083 - [geckodriver] Add earliest Firefox release to changelog which supports the new window command. r=me a=doc 2019-02-11 21:05:20 +01:00
CONTRIBUTING.md bug 1488443: geckodriver: redirect CONTRIBUTING.md to firefox-source-docs.m.o. r=whimboo 2018-09-06 13:20:37 +01:00
Cargo.toml Bug 1495062 - [geckodriver] Release 0.24.0. r=ato 2019-01-28 15:20:03 +00: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
README.md Bug 1520137: Update documentation pointing to #interop instead of #ateam r=whimboo 2019-01-15 14:14:10 +00: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
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 1523962: marionette, geckodriver: fix published docs location; r=ahal 2019-02-04 13:28:47 +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 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

Source code

geckodrivers canonical source code can be found in mozilla-central. We only use this GitHub repository for issue tracking and making releases. See our contribution documentation for more information.

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.