gecko-dev/testing/geckodriver
David Major 99e50b5596 Bug 1690551 - Remove unnecessary semicolons in testing/geckodriver/src/command.rs r=webdriver-reviewers,jgraham
Rust 1.51 nightly emits warnings-as-errors about them.

Differential Revision: https://phabricator.services.mozilla.com/D103899
2021-02-03 14:30:48 +00:00
..
.cargo
doc Bug 1668243 - [geckodriver] Release version 0.29.0. r=webdriver-reviewers,jgraham 2021-01-13 17:47:31 +00:00
marionette Bug 1562642 - Add missing license headers r=mhoye,marionette-reviewers,webdriver-reviewers,perftest-reviewers,tarek 2020-11-17 02:06:54 +00:00
src Bug 1690551 - Remove unnecessary semicolons in testing/geckodriver/src/command.rs r=webdriver-reviewers,jgraham 2021-02-03 14:30:48 +00:00
CHANGES.md Bug 1668243 - [geckodriver] Update changeset for the 0.29.0 release. r=webdriver-reviewers,jgraham 2021-01-14 11:03:12 +00:00
CONTRIBUTING.md
Cargo.toml Bug 1668243 - [geckodriver] Release version 0.29.0. r=webdriver-reviewers,jgraham 2021-01-13 17:47:31 +00: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 1676513 - Fix clippy warnings r=emilio,webdriver-reviewers,whimboo,rhunt 2020-11-17 12:02:22 +00:00
mach_commands.py Bug 1638962 - [geckodriver] Remove broken geckodriver-test mach command. r=webdriver-reviewers,jgraham 2021-01-06 12:36:17 +00:00
moz.build Bug 1650891 - [geckodriver] Make profile customizable to support root-less Android devices. r=webdriver-reviewers,jgraham,bc,marionette-reviewers 2020-10-28 12:33: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 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>__