gecko-dev/testing/geckodriver
James Graham 8bf3ea8331 Bug 1908788 - Ensure we build geckodriver for host platform, r=webdriver-reviewers,whimboo
Differential Revision: https://phabricator.services.mozilla.com/D217953
2024-08-15 16:18:26 +00:00
..
.cargo Bug 1888321 - Rename .cargo/config.in to .cargo/config.toml.in. r=firefox-build-system-reviewers,webdriver-reviewers,ahochheiden 2024-04-01 21:26:49 +00:00
doc Bug 1908788 - Ensure we build geckodriver for host platform, r=webdriver-reviewers,whimboo 2024-08-15 16:18:26 +00:00
marionette Bug 1871543 - Update Rust crate dependencies for geckodriver 0.35.0 r=webdriver-reviewers,supply-chain-reviewers,jdescottes 2024-08-02 18:01:50 +00:00
src Bug 1910355 - [geckodriver] Log adb forward details before initiating or terminating the port forwarding. r=webdriver-reviewers,Sasha 2024-07-30 13:40:24 +00:00
CHANGES.md Bug 1871543 - [geckodriver] Update changeset for the 0.35.0 release. r=webdriver-reviewers,jdescottes 2024-08-07 10:00:00 +00:00
CONTRIBUTING.md
Cargo.toml Bug 1871543 - [geckodriver] Update changelog and bump version to 0.35.0. r=webdriver-reviewers,jdescottes,jgraham 2024-08-02 18:01:51 +00:00
ISSUE_TEMPLATE.md
LICENSE
README.md Bug 1871543 - [geckodriver] Fix broken link to Selenium documentation in README. r=webdriver-reviewers,jdescottes 2024-08-02 18:01:50 +00:00
build.rs
mach_commands.py
moz.build Bug 1908788 - Ensure we build geckodriver for host platform, r=webdriver-reviewers,whimboo 2024-08-15 16:18:26 +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.

Installation

Geckodriver can be installed through various distribution channels:

  • You can download pre-built binaries for the most common platforms from our Releases page on GitHub.
  • Alternatively, you can compile it yourself by using:
    • cargo install geckodriver, or
    • Checking out the release branch or a specific tag.

For a detailed list of changes included in each release, please refer to the change log.

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 a Matrix channel on chat.mozilla.org to talk about using and developing geckodriver in #webdriver.