gecko-dev/testing/geckodriver
Mike Hommey 848a31c4e7 Bug 1737196 - Remove semicolon in rust macro. r=webdriver-reviewers,jgraham
Differential Revision: https://phabricator.services.mozilla.com/D129225
2021-10-22 20:33:53 +00:00
..
.cargo
doc Bug 1686110 - [geckodriver] Improve releasing documentation. r=webdriver-reviewers,jgraham 2021-09-15 19:22:55 +00:00
marionette Bug 1301073 - [geckodriver] Don't send "name" argument for "WebDriver:SwitchToWindow" to Marionette. r=webdriver-reviewers,jgraham 2021-10-18 18:44:07 +00:00
src Bug 1737196 - Remove semicolon in rust macro. r=webdriver-reviewers,jgraham 2021-10-22 20:33:53 +00:00
CHANGES.md Bug 1732622 - [geckodriver] Update release notes for host check regression. r=webdriver-reviewers,jgraham 2021-10-18 18:32:04 +00:00
CONTRIBUTING.md
Cargo.toml Bug 1686110 - [geckodriver] Release version 0.30.0. r=webdriver-reviewers,jgraham 2021-09-15 19:22:54 +00:00
ISSUE_TEMPLATE.md
README.md Bug 1729280 - Fix links to WebDriver mailing list. r=webdriver-reviewers,jdescottes 2021-09-14 08:37:55 +00:00
build.rs
mach_commands.py Bug 1696251: Allow mach commands as stand-alone functions and adapt existing commands. r=mhentges,webdriver-reviewers,perftest-reviewers,sparky,whimboo 2021-09-27 18:12:51 +00:00
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 https://groups.google.com/a/mozilla.org/g/dev-webdriver.

There is also an Element channel to talk about using and developing geckodriver on #webdriver:mozilla.org <https://chat.mozilla.org/#/room/#webdriver:mozilla.org>__