• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

.cargo/H03-May-2022-43

cargo-crates/H03-May-2022-2,191,2071,718,433

doc/H03-May-2022-1,264919

marionette/H03-May-2022-1,4741,304

src/H03-May-2022-4,1523,504

CHANGES.mdH A D10-Oct-201941.1 KiB1,329842

CONTRIBUTING.mdH A D10-Oct-2019121 32

Cargo.tomlH A D03-May-2022950 3431

ISSUE_TEMPLATE.mdH A D10-Oct-2019597 3220

README.mdH A D10-Oct-20193.5 KiB8056

build.rsH A D10-Oct-20193.1 KiB135107

mach_commands.pyH A D10-Oct-20194.3 KiB11584

moz.buildH A D10-Oct-2019795 2922

README.md

1geckodriver
2===========
3
4Proxy for using W3C [WebDriver] compatible clients to interact with
5Gecko-based browsers.
6
7This program provides the HTTP API described by the [WebDriver
8protocol] to communicate with Gecko browsers, such as Firefox.  It
9translates calls into the [Marionette remote protocol] by acting
10as a proxy between the local- and remote ends.
11
12[WebDriver protocol]: https://w3c.github.io/webdriver/#protocol
13[Marionette remote protocol]: https://firefox-source-docs.mozilla.org/testing/marionette/
14[WebDriver]: https://developer.mozilla.org/en-US/docs/Web/WebDriver
15
16
17Downloads
18---------
19
20* [Releases](https://github.com/mozilla/geckodriver/releases/latest)
21* [Change log](https://searchfox.org/mozilla-central/source/testing/geckodriver/CHANGES.md)
22
23
24Documentation
25-------------
26
27* [WebDriver] (work in progress)
28  * [Commands](https://developer.mozilla.org/en-US/docs/Web/WebDriver/Commands)
29  * [Errors](https://developer.mozilla.org/en-US/docs/Web/WebDriver/Errors)
30  * [Types](https://developer.mozilla.org/en-US/docs/Web/WebDriver/Types)
31
32* [Cross browser testing](https://developer.mozilla.org/en-US/docs/Learn/Tools_and_testing/Cross_browser_testing)
33
34* [Selenium](https://seleniumhq.github.io/docs/) (work in progress)
35  * [C# API](https://seleniumhq.github.io/selenium/docs/api/dotnet/)
36  * [JavaScript API](https://seleniumhq.github.io/selenium/docs/api/javascript/)
37  * [Java API](https://seleniumhq.github.io/selenium/docs/api/java/)
38  * [Perl API](https://metacpan.org/pod/Selenium::Remote::Driver)
39  * [Python API](https://seleniumhq.github.io/selenium/docs/api/py/)
40  * [Ruby API](https://seleniumhq.github.io/selenium/docs/api/rb/)
41
42* [geckodriver usage](https://firefox-source-docs.mozilla.org/testing/geckodriver/Usage.html)
43  * [Supported platforms](https://firefox-source-docs.mozilla.org/testing/geckodriver/Support.html)
44  * [Firefox capabilities](https://firefox-source-docs.mozilla.org/testing/geckodriver/Capabilities.html)
45  * [Capabilities example](https://firefox-source-docs.mozilla.org/testing/geckodriver/Capabilities.html#capabilities-example)
46  * [Enabling trace logs](https://firefox-source-docs.mozilla.org/testing/geckodriver/TraceLogs.html)
47  * [Analyzing crash data from Firefox](https://firefox-source-docs.mozilla.org/testing/geckodriver/CrashReports.html)
48
49* [Contributing](https://firefox-source-docs.mozilla.org/testing/geckodriver/#for-developers)
50  * [Building](https://firefox-source-docs.mozilla.org/testing/geckodriver/Building.html)
51  * [Testing](https://firefox-source-docs.mozilla.org/testing/geckodriver/Testing.html)
52  * [Releasing](https://firefox-source-docs.mozilla.org/testing/geckodriver/Releasing.html)
53  * [Self-serving an ARM build](https://firefox-source-docs.mozilla.org/testing/geckodriver/ARM.html)
54
55
56Source code
57-----------
58
59geckodriver is made available under the [Mozilla Public License].
60
61Its source code can be found in [mozilla-central] under testing/geckodriver.
62This GitHub repository is only used for issue tracking and making releases.
63
64[source code]: https://hg.mozilla.org/mozilla-unified/file/tip/testing/geckodriver
65[Mozilla Public License]: https://www.mozilla.org/en-US/MPL/2.0/
66[mozilla-central]: https://hg.mozilla.org/mozilla-central/file/tip/testing/geckodriver
67
68
69Contact
70-------
71
72The mailing list for geckodriver discussion is
73tools-marionette@lists.mozilla.org ([subscribe], [archive]).
74
75There is also an IRC channel to talk about using and developing
76geckodriver in #interop on irc.mozilla.org.
77
78[subscribe]: https://lists.mozilla.org/listinfo/tools-marionette
79[archive]: https://lists.mozilla.org/pipermail/tools-marionette/
80