Bug 1495062 - [geckodriver] Updated changelog for the 0.24 release. r=ato

Depends on D17681

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

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Henrik Skupin 2019-01-28 15:03:24 +00:00
parent a7f1d64843
commit bc2b2e1e2a

View File

@ -4,8 +4,8 @@ Change log
All notable changes to this program is documented in this file.
Unreleased
----------
0.24.0 (2018-01-28)
-------------------
### Added
@ -23,7 +23,24 @@ Unreleased
- Added new `--marionette-host <HOSTNAME>` flag for binding to a
particular interface/IP layer on the system.
# Changed
- Added new endpoint `POST /session/{session_id}/window/new`
for the [New Window] command to create a new top-level browsing
context, which can be either a window or a tab.
- When using the preference `devtools.console.stdout.content` set to
`true` logging of console API calls like `info()`, `warn()`, and
`error()` can be routed to stdout.
- geckodriver now sets the `app.update.disabledForTesting` preference
to prevent Firefox >= 65 from automatically updating whilst under
automation.
### Removed
- Turned off builds for arm7hf, which will no longer be released but
can still be built from the source.
### Changed
- Allow file uploads to hidden `<input type=file>` elements
@ -31,9 +48,23 @@ Unreleased
geckodriver is now aligned with chromedrivers behaviour that
allows interaction with hidden `<input type=file>` elements.
This allows WebDriver to be used with various popular web frameworks
that—through indirection—hides the file upload control and
invokes it through other means.
This allows WebDriver to be used with various popular web
frameworks that—through indirection—hides the file upload control
and invokes it through other means.
- Allow use of an indefinite script timeout for the [Set Timeouts]
command, thanks to reimu.
### Fixed
- Corrected `Content-Type` of response header to `utf-8` to fix
an HTTP/1.1 compatibility bug.
- Relaxed the deserialization of timeouts parameters to allow unknown
fields for the [Set Timeouts] command.
- Fixed a regression in the [Take Element Screenshot] to not screenshot
the viewport, but the requested element.
0.23.0 (2018-10-03)
@ -1110,6 +1141,7 @@ and greater.
[insecure certificate]: https://w3c.github.io/webdriver/webdriver-spec.html#dfn-insecure-certificate
[Minimize Window]: https://w3c.github.io/webdriver/webdriver-spec.html#minimize-window
[New Session]: https://w3c.github.io/webdriver/webdriver-spec.html#new-session
[New Window]: https://developer.mozilla.org/en-US/docs/Web/WebDriver/Commands/New_Window
[Send Alert Text]: https://w3c.github.io/webdriver/webdriver-spec.html#send-alert-text
[Set Timeouts]: https://w3c.github.io/webdriver/webdriver-spec.html#set-timeouts
[Set Window Rect]: https://w3c.github.io/webdriver/webdriver-spec.html#set-window-rect