gecko-dev/testing/geckodriver
Henrik Skupin 6e48a30fc0 Bug 1520821 - [geckodriver] Remove find anonymous element(s) extension commands. r=webdriver-reviewers,jgraham
Support for anonymous elements has been removed in Firefox 72.
Because that support was chrome scope only, it can be safely
removed from geckodriver.

Differential Revision: https://phabricator.services.mozilla.com/D91751
2020-10-01 12:38:08 +00:00
..
.cargo
doc Bug 1656345 - Update support matrix for 0.27 2020-07-30 19:51:33 +00:00
marionette Bug 1606439 - [geckodriver] Add sameSite cookie support. r=whimboo,webdriver-reviewers 2020-06-12 21:11:44 +00:00
src Bug 1520821 - [geckodriver] Remove find anonymous element(s) extension commands. r=webdriver-reviewers,jgraham 2020-10-01 12:38:08 +00:00
CHANGES.md Bug 1668311 - Resync changelog with 0.27 release notes, r=whimboo,webdriver-reviewers DONTBUILD 2020-10-01 08:37:07 +00:00
CONTRIBUTING.md
Cargo.toml Bug 1584911 - [geckodriver] Release version 0.27.0. r=webdriver-reviewers,jgraham 2020-07-27 12:56:14 +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
mach_commands.py Bug 1623965 - Improve error message when binary not found while testing. r=glandium,remote-protocol-reviewers,marionette-reviewers,webdriver-reviewers,perftest-reviewers,Bebe,whimboo 2020-04-21 11:58:04 +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 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>__