gecko-dev/testing/geckodriver
Henrik Skupin c374d74d10 Bug 1768580 - [geckodriver] Updates to Flags.md for --websocket-port argument. r=webdriver-reviewers,jgraham DONTBUILD
Differential Revision: https://phabricator.services.mozilla.com/D146000
2022-05-13 12:52:13 +00:00
..
.cargo
doc Bug 1768580 - [geckodriver] Updates to Flags.md for --websocket-port argument. r=webdriver-reviewers,jgraham DONTBUILD 2022-05-13 12:52:13 +00:00
marionette Bug 1723202 - [geckodriver] Cargo.toml updates for publishing Marionette and geckodriver crates on crates.io. r=webdriver-reviewers,jgraham DONTBUILD 2022-04-07 09:27:54 +00:00
src Bug 1762752 - [geckodriver] Don't use named argument when formatting a message as long as minimum supported Rust version is 1.57.0 r=webdriver-reviewers,jdescottes 2022-04-04 08:14:28 +00:00
CHANGES.md Bug 1766125 - Update release notes to provide a workaround for snap-packaged Firefox, r=webdriver-reviewers,whimboo 2022-05-10 09:28:11 +00:00
CONTRIBUTING.md
Cargo.toml Bug 1763328 - [geckodriver] Use semver beside path for internal crate dependencies. r=webdriver-reviewers,jgraham 2022-04-12 18:34:35 +00:00
ISSUE_TEMPLATE.md
README.md Bug 1723202 - [geckodriver] Updated 0.31.0 release notes for installing geckodriver via cargo install. r=webdriver-reviewers,jgraham DONTBUILD 2022-04-11 09:09:27 +00:00
build.rs
mach_commands.py Bug 1696251: Allow mach commands as stand-alone functions and adapt existing commands. r=mhentges,webdriver-reviewers,perftest-reviewers,sparky,whimboo 2021-09-27 18:12:51 +00:00
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>__