gecko-dev/testing/geckodriver
Kirk Steuber 59411d310b Bug 1458308 - Remove app.update.auto and app.update.enabled from prefs.rs and marionette.js r=rstrong,ato
`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
2018-11-06 21:16:19 +00:00
..
.cargo Bug 1413593 - Add win32 cross compilation config for geckodriver. r=jgraham 2017-11-01 16:49:55 +00:00
doc bug 1497961: geckodriver: remove reference to MOZ_HEADLESS; r=me 2018-10-10 19:02:49 +01:00
i686-xenial Bug 1472112 - [geckodriver] Fix build job on Travis for win32 platform. r=automatedtester 2018-06-29 11:02:49 +02:00
src Bug 1458308 - Remove app.update.auto and app.update.enabled from prefs.rs and marionette.js r=rstrong,ato 2018-11-06 21:16:19 +00:00
.travis.yml bug 1496987: geckodriver: turn off arm7hf builds; r=automatedtester 2018-10-09 12:46:33 +00:00
CHANGES.md bug 1502864: geckodriver: support strictFileInteractability; r=jgraham 2018-11-03 16:31:18 +00:00
CONTRIBUTING.md bug 1488443: geckodriver: redirect CONTRIBUTING.md to firefox-source-docs.m.o. r=whimboo 2018-09-06 13:20:37 +01:00
Cargo.toml Bug 1500259 - update rkv to 0.5 and uuid to 0.6 r=froydnj 2018-10-22 16:31:40 +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 1500938: geckodriver: mention canonical source code location in README; r=me 2018-10-22 15:47:43 +01:00
build.rs bug 1491801: geckodriver: use short sha1 for git build info; r=whimboo 2018-09-21 13:29:46 +01:00
build.sh
ci.sh
mach_commands.py Bug 1435975 - Typo in geckodriver option for mozconfig, r=whimboo 2018-02-06 11:16:30 +01:00
moz.build bug 1425365: geckodriver: re-enable rust tests on windows; r=whimboo 2018-10-15 14:30:30 +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 Firefox remote protocol by acting as a proxy between the local- and remote ends.

geckodrivers source code is made available under the Mozilla Public License.

Downloads

Documentation

Source code

geckodrivers 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.