You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Brett Spaulding dd6a75670c
[WIP] Start the total refactor
1 year ago
..
.cargo [WIP] Start the total refactor 1 year ago
dist [WIP] Start the total refactor 1 year ago
doc [WIP] Start the total refactor 1 year ago
marionette [WIP] Start the total refactor 1 year ago
src [WIP] Start the total refactor 1 year ago
CHANGES.md [WIP] Start the total refactor 1 year ago
CONTRIBUTING.md [WIP] Start the total refactor 1 year ago
Cargo.lock [WIP] Start the total refactor 1 year ago
Cargo.toml [WIP] Start the total refactor 1 year ago
ISSUE_TEMPLATE.md [WIP] Start the total refactor 1 year ago
LICENSE [WIP] Start the total refactor 1 year ago
README.md [WIP] Start the total refactor 1 year ago
build.rs [WIP] Start the total refactor 1 year ago

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