gecko-dev/testing/geckodriver
Bogdan Tara da1098d4aa Backed out 10 changesets (bug 1654103, bug 1672023, bug 1518999) for PanZoomControllerTest.touchEventForResult gv-junit failures CLOSED TREE
Backed out changeset ff3fb0b4a512 (bug 1672023)
Backed out changeset e7834b600201 (bug 1654103)
Backed out changeset 807893ca8069 (bug 1518999)
Backed out changeset 13e6b92440e9 (bug 1518999)
Backed out changeset 8b2ac5a6c98a (bug 1518999)
Backed out changeset 575748295752 (bug 1518999)
Backed out changeset 65f07ce7b39b (bug 1518999)
Backed out changeset 4bb80556158d (bug 1518999)
Backed out changeset 8ac8461d7bd7 (bug 1518999)
Backed out changeset e8ba13ee17f5 (bug 1518999)
2020-10-24 03:36:18 +03:00
..
.cargo
doc Bug 1669445 - Fix geckodriver documentation to pass in correct content type headers, r=whimboo,webdriver-reviewers 2020-10-16 12:39:25 +00:00
marionette
src Bug 1617369 - Reformat recent rust changes with rustfmt r=emilio,webdriver-reviewers,necko-reviewers,dragana,whimboo 2020-10-06 16:12:13 +00:00
CHANGES.md Bug 1668311 - Resync changelog with 0.27 release notes, r=whimboo,webdriver-reviewers DONTBUILD 2020-10-01 08:37:07 +00:00
CONTRIBUTING.md
Cargo.toml Bug 1584911 - [geckodriver] Release version 0.27.0. r=webdriver-reviewers,jgraham 2020-07-27 12:56:14 +00:00
ISSUE_TEMPLATE.md
README.md
build.rs
mach_commands.py Backed out 10 changesets (bug 1654103, bug 1672023, bug 1518999) for PanZoomControllerTest.touchEventForResult gv-junit failures CLOSED TREE 2020-10-24 03:36:18 +03:00
moz.build Backed out 10 changesets (bug 1654103, bug 1672023, bug 1518999) for PanZoomControllerTest.touchEventForResult gv-junit failures CLOSED TREE 2020-10-24 03:36:18 +03: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 a Matrix channel to talk about using and developing geckodriver on #interop:mozilla.org <https://chat.mozilla.org/#/room/#interop:mozilla.org>__