gecko-dev/testing/geckodriver
Andreas Tolfsen c0a5a52ceb bug 1589151: geckodriver: drop "For users" heading in docs; r=webdriver-reviewers,maja_zf
The extra heading causes some exposure problems with the way
the sidebar menu collapses docs under a certain hierarchy depth.
Since the user documentation is more important than the developer
documentation, it makes sense not to collapse it.

DONTBUILD

Differential Revision: https://phabricator.services.mozilla.com/D49461

--HG--
extra : moz-landing-system : lando
2019-10-16 19:17:31 +00:00
..
.cargo
doc bug 1589151: geckodriver: drop "For users" heading in docs; r=webdriver-reviewers,maja_zf 2019-10-16 19:17:31 +00:00
marionette bug 1569100: marionette: add ElementSendKeys command; r=ato 2019-09-27 12:42:18 +00:00
src bug 1585949: geckodriver: get rid of regex use in tests; r=webdriver-reviewers,whimboo 2019-10-04 09:48:23 +00:00
CHANGES.md bug 1589151: geckodriver: add 0.26.0 known problems to changelog; r=webdriver-reviewers,maja_zf 2019-10-16 19:17:24 +00:00
CONTRIBUTING.md Bug 1532301 - [geckodriver] Fix links to the Marionette and geckodriver source docs. r=me 2019-03-04 16:03:15 +01:00
Cargo.toml bug 1573798: geckodriver: release geckodriver 0.26.0; r=webdriver-reviewers,whimboo 2019-10-10 15:26:53 +00:00
ISSUE_TEMPLATE.md Bug 1492047 - [geckodriver] Update issue template to request trace logs as attachment. r=whimboo a=doc 2018-09-18 08:36:48 +02:00
README.md bug 1543946: geckodriver: clarify that Marionette is used in README; r=me a=doc 2019-04-12 11:40:06 +01:00
build.rs Bug 1575263 - Lint fixes with clippy and cargo fix r=jgraham 2019-08-29 10:23:12 +00:00
mach_commands.py Bug 1587206 - [lint.flake8] Enable E117 across the tree, r=sylvestre 2019-10-10 18:51:45 +00:00
moz.build Bug 1525126 - [geckodriver] Add Android support. r=jgraham,nalexander 2019-09-25 23:00:40 +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.

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.

Contact

The mailing list for geckodriver discussion is tools-marionette@lists.mozilla.org (subscribe, archive).

There is also an IRC channel to talk about using and developing geckodriver in #interop on irc.mozilla.org.