gecko-dev/testing/geckodriver
2023-05-26 19:06:18 +00:00
..
.cargo
doc Bug 1747444 - Fix rendering of geckodriver command line arguments in docs, r=webdriver-reviewers,jdescottes,whimboo 2023-05-04 07:42:56 +00:00
marionette Bug 1814050 - [rust-marionette] Release version 0.4.0. r=webdriver-reviewers,supply-chain-reviewers,jgraham 2023-04-02 18:31:04 +00:00
src Bug 1833189 - Remove plugin.state.flash pref r=mossop,webdriver-reviewers,perftest-reviewers,whimboo,afinder,emilio 2023-05-26 19:06:18 +00:00
build.rs Bug 1807248 - [geckodriver] Fix clippy lint warnings for all the crates. r=webdriver-reviewers,jgraham 2023-01-03 19:26:37 +00:00
Cargo.toml Bug 1826304 - Update base64 in some in-tree crates. r=glandium,webdriver-reviewers,necko-reviewers,supply-chain-reviewers,jesup,jgraham,emilio 2023-04-17 21:12:47 +00:00
CHANGES.md Bug 1814050 - [geckodriver] Update changeset for the 0.33.0 release. r=webdriver-reviewers,jgraham DONTBUILD 2023-04-03 06:46:50 +00:00
CONTRIBUTING.md
ISSUE_TEMPLATE.md
LICENSE Bug 1818016 - [geckodriver] Add MPL2 LICENSE. r=webdriver-reviewers,jgraham DONTBUILD 2023-02-22 07:35:05 +00:00
mach_commands.py
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.

Custom release builds

If a binary is not available for your platform, it's possibe to create a custom build using the Rust toolchain. To do this, checkout the release tag for the version of interest and run cargo build. Alternatively the latest version may be built and installed from crates.io using cargo install geckodriver.

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