gecko-dev/testing/geckodriver
Dorel Luca fa0a3dc9d7 Backed out 2 changesets (bug 1581062) for Toolchain failures. CLOSED TREE
Backed out changeset c333f6f9d1bd (bug 1581062)
Backed out changeset 485c738acdb1 (bug 1581062)
2020-03-25 22:23:26 +02:00
..
.cargo
doc Bug 1619500 - [marionette, geckodriver] Update docs for team changes. a=doc-only 2020-03-03 07:05:41 +00:00
marionette bug 1569100: marionette: add ElementSendKeys command; r=ato 2019-09-27 12:42:18 +00:00
src Bug 1617369 - Reformat recent rust changes r=webdriver-reviewers,whimboo 2020-03-20 11:36:56 +00:00
CHANGES.md Bug 1607960 - Allow to set environment variables in geckodriver. r=whimboo,webdriver-reviewers,ato 2020-01-13 23:06:03 +00:00
CONTRIBUTING.md
Cargo.toml Backed out 2 changesets (bug 1581062) for Toolchain failures. CLOSED TREE 2020-03-25 22:23:26 +02:00
ISSUE_TEMPLATE.md
README.md Bug 1619500 - [marionette, geckodriver] Replace references of IRC with Matrix. 2020-03-03 07:05:02 +00:00
build.rs Bug 1575263 - Lint fixes with clippy and cargo fix r=jgraham 2019-08-29 10:23:12 +00:00
mach_commands.py Bug 1587206 - [lint.flake8] Enable E117 across the tree, r=sylvestre 2019-10-10 18:51:45 +00:00
moz.build Bug 1525126 - [geckodriver] Add Android support. r=jgraham,nalexander 2019-09-25 23:00:40 +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 a Matrix channel to talk about using and developing geckodriver on #interop:mozilla.org <https://chat.mozilla.org/#/room/#interop:mozilla.org>__