gecko-dev/testing/geckodriver
2021-05-07 20:37:08 +00:00
..
.cargo
doc Bug 1700454 - [geckodriver] Add geckodriver try preset. r=webdriver-reviewers,ahal,sparky,jdescottes DONTBUILD 2021-05-05 19:35:37 +00:00
marionette Bug 1480107 - [geckodriver] Use "WebDriver:AcceptAlert" instead of "WebDriver:AcceptDialog". r=webdriver-reviewers,marionette-reviewers,jgraham 2021-05-07 20:37:08 +00:00
src Bug 1617369 - Reformat recent rust changes with rustfmt. r=webdriver-reviewers,kvark 2021-04-27 06:05:08 +00:00
build.rs Bug 1676513 - Fix clippy warnings r=emilio,webdriver-reviewers,whimboo,rhunt 2020-11-17 12:02:22 +00:00
Cargo.toml Bug 1700557 - [geckodriver] Release version 0.29.1. r=webdriver-reviewers,jgraham 2021-04-08 11:38:20 +00:00
CHANGES.md Bug 1698968 - Always send marionette-startup-requested r=whimboo,aklotz,webdriver-reviewers 2021-04-30 20:48:37 +00:00
CONTRIBUTING.md
ISSUE_TEMPLATE.md
mach_commands.py Backed out 2 changesets (bug 1696251) for causing js-bench-sm failures. CLOSED TREE 2021-04-23 02:53:36 +03: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>__