gecko-dev/testing/geckodriver
Mike Hommey e72d4ad52d Bug 1889260 - Remove redundant imports from geckodriver. r=webdriver-reviewers,whimboo
Differential Revision: https://phabricator.services.mozilla.com/D206441
2024-04-03 06:54: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 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
marionette Bug 1847875: [geckodriver] Require FrameId to be passed explicitly and correct Marionette to Top r=whimboo,webdriver-reviewers 2024-01-25 07:53:15 +00:00
src Bug 1889260 - Remove redundant imports from geckodriver. r=webdriver-reviewers,whimboo 2024-04-03 06:54:26 +00:00
CHANGES.md Bug 1824713 - [geckodriver] Update changeset for the 0.34.0 release. r=webdriver-reviewers,jdescottes DONTBUILD 2024-01-03 08:35:35 +00:00
CONTRIBUTING.md
Cargo.toml Bug 1847521 - Replace unicode-segmentation with ICU4X in WebDriver. r=webdriver-reviewers,supply-chain-reviewers,jgraham 2024-01-18 02:29:19 +00:00
ISSUE_TEMPLATE.md
LICENSE
README.md Bug 1888085 - [geckodriver] Update README for installation options. r=webdriver-reviewers,jdescottes 2024-03-28 12:25:16 +00:00
build.rs
mach_commands.py
moz.build Bug 1868980 - Avoid base include flags spreading to the cc crate. r=firefox-build-system-reviewers,ahochheiden 2023-12-12 20:40:08 +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.