Releases: google/webdriver.dart
package:webdriver v3.0.4
- Require Dart 3.1.
Version 2.0.0
Dropped support for pkg:unittest.
Add W3C spec mouse and keyboard support.
Remove deprecated methods in async WebDriver.
Version 2.0.0-beta+1
Dropped support for pkg:unittest.
Add W3C spec mouse and keyboard support.
Remove deprecated methods in async WebDriver.
Adds support for synchronous communication and the W3C specification.
Adds support for synchronous communication via the sync_http package. Allows Future-less APIs to be used. For the version of WebDriver, adds support for the W3C specification found here:
https://www.w3.org/TR/2017/CR-webdriver-20170330/
The asynchronous API has been left unchanged to ensure backward compatibility. In the future, this will be transitioned to use the synchronous API, at which point the async API will also support the W3C spec.
Version 1.2.4
Adds null check for status before checking status code. Avoids throwing exceptions if status code is not present.
Version 1.2.3
- Enable generics for waitFor.
Version 1.2.2+1
- Remove generics from waitFor.
Version 1.2.2
- Refactor tests.
- Make project buildable and testable with Bazel.
- Enable generics for waitFor.
v1.2.1
- enable redirects to handle 303 responses from Selenium