gecko-dev/testing/geckodriver
James Graham 35f51ca8b5 Bug 1650420 - Revert support for setting environment variables on desktop, r=webdriver-reviewers,whimboo
Differential Revision: https://phabricator.services.mozilla.com/D82435
2020-07-07 12:25:06 +00:00
..
.cargo
doc Bug 1648959 - Done internal linking in docs in testing Directory.r=webdriver-reviewers,whimboo 2020-06-30 11:00:57 +00:00
marionette Bug 1606439 - [geckodriver] Add sameSite cookie support. r=whimboo,webdriver-reviewers 2020-06-12 21:11:44 +00:00
src Bug 1650420 - Revert support for setting environment variables on desktop, r=webdriver-reviewers,whimboo 2020-07-07 12:25:06 +00:00
CHANGES.md
CONTRIBUTING.md
Cargo.toml
ISSUE_TEMPLATE.md
README.md
build.rs
mach_commands.py
moz.build

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>__