59411d310b
`app.update.auto` should actually never have been needed here. `app.update.disabledForTesting`, and before that, `app.update.enabled` will prevent updates altogether. Now that the `app.update.auto` pref is not the correct mechanism for disabling automatic update, this pref should be removed from these files. `app.update.enabled` can also be removed from prefs.rs at this time as per the comment in the file indicating that it can be removed when Firefox 62 stabilizes. Depends on D10315 Differential Revision: https://phabricator.services.mozilla.com/D10780 --HG-- extra : moz-landing-system : lando |
||
---|---|---|
.. | ||
.cargo | ||
doc | ||
i686-xenial | ||
src | ||
.travis.yml | ||
CHANGES.md | ||
CONTRIBUTING.md | ||
Cargo.toml | ||
ISSUE_TEMPLATE.md | ||
README.md | ||
build.rs | ||
build.sh | ||
ci.sh | ||
mach_commands.py | ||
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 Firefox remote protocol by acting as a proxy between the local- and remote ends.
geckodriver’s source code is made available under the Mozilla Public License.
Downloads
Documentation
Source code
geckodriver’s canonical source code can be found in mozilla-central. We only use this GitHub repository for issue tracking and making releases. See our contribution documentation for more information.
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 #ateam on irc.mozilla.org.