Skip to content

Releases: google/webdriver.dart

package:webdriver v3.0.4

02 Oct 21:08
aa0165f
Compare
Choose a tag to compare

Version 2.0.0

07 Aug 01:32
df7044e
Compare
Choose a tag to compare

Dropped support for pkg:unittest.
Add W3C spec mouse and keyboard support.
Remove deprecated methods in async WebDriver.

Version 2.0.0-beta+1

20 Jun 22:05
78bb74c
Compare
Choose a tag to compare

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.

27 Jun 09:08
Compare
Choose a tag to compare

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

10 Apr 16:18
Compare
Choose a tag to compare

Adds null check for status before checking status code. Avoids throwing exceptions if status code is not present.

Version 1.2.3

02 Feb 21:43
Compare
Choose a tag to compare
  • Enable generics for waitFor.

Version 1.2.2+1

12 Jan 20:10
Compare
Choose a tag to compare
  • Remove generics from waitFor.

Version 1.2.2

11 Jan 22:54
Compare
Choose a tag to compare
  • Refactor tests.
  • Make project buildable and testable with Bazel.
  • Enable generics for waitFor.

v1.2.1

09 Sep 20:27
Compare
Choose a tag to compare
  • enable redirects to handle 303 responses from Selenium

v1.2.0

16 Aug 21:53
Compare
Choose a tag to compare
  • Fix all strong mode errors.