author | Henrik Skupin <mail@hskupin.info> |
Wed, 11 Apr 2018 16:43:19 +0200 | |
changeset 412964 | 679b1667e2ebd0956048f993cce5638f8c914817 |
parent 412963 | 722cbb7a90c39d16ce9b3caf1212f695c6865cd3 |
child 412965 | 48f24f61c8b662bf2cbba2e180ed6169f3234437 |
push id | 33828 |
push user | archaeopteryx@coole-files.de |
push date | Thu, 12 Apr 2018 19:19:41 +0000 |
treeherder | mozilla-central@6e22c4a726c2 [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
reviewers | ato |
bugs | 1452024 |
milestone | 61.0a1 |
first release with | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
last release without | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
--- a/testing/geckodriver/CHANGES.md +++ b/testing/geckodriver/CHANGES.md @@ -2,20 +2,30 @@ Change log ========== All notable changes to this program is documented in this file. Unreleased ---------- +Note that with geckodriver 'next' the following versions are recommended: +- Firefox 56.0 (and greater) +- Selenium 3.11 (and greater) + ### Added - Support for the new chrome element identifier in Marionette. +### Changed + +- Updated mapping of all supported commands to the new prefixed commands + in Marionette, whereby all WebDriver specific commands make use of the + `WebDriver:` prefix. + 0.20.1 (2018-04-06) ------------------- ### Fixed - Avoid attempting to kill Firefox process that has stopped.