gecko-dev/testing/geckodriver
David Burns d5d4abf328 Bug 1639230: Remove vendor prefix for printing with webdriver r=jgraham,webdriver-reviewers
This removes the vendor prefix for printing to PDF as it has landed in
the WebDriver specification[1]. It moves the wpt to the main test suite.

[1] https://w3c.github.io/webdriver/#print

Differential Revision: https://phabricator.services.mozilla.com/D76294
2020-05-23 08:48:33 +00:00
..
.cargo
doc Bug 1619500 - [marionette, geckodriver] Update docs for team changes. a=doc-only 2020-03-03 07:05:41 +00:00
marionette Bug 1639230: Remove vendor prefix for printing with webdriver r=jgraham,webdriver-reviewers 2020-05-23 08:48:33 +00:00
src Bug 1639230: Remove vendor prefix for printing with webdriver r=jgraham,webdriver-reviewers 2020-05-23 08:48:33 +00:00
build.rs
Cargo.toml Bug 1606281 - Part 1: Update warp to 0.2. r=jgraham,webdriver-reviewers 2020-04-20 15:27:31 +00:00
CHANGES.md Bug 1607960 - Allow to set environment variables in geckodriver. r=whimboo,webdriver-reviewers,ato 2020-01-13 23:06:03 +00:00
CONTRIBUTING.md
ISSUE_TEMPLATE.md
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 Bug 1619500 - [marionette, geckodriver] Replace references of IRC with Matrix. 2020-03-03 07:05:02 +00:00

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