Skip to content

Releases: google/webdriver.dart

package:webdriver v3.1.0

Choose a tag to compare

@devoncarew devoncarew released this 28 Jan 21:38
e84e9cc
  • Add a reason argument to Clock.waitFor.
  • Explicitly close http clients on quit.

package:webdriver v3.0.4

Choose a tag to compare

@devoncarew devoncarew released this 02 Oct 21:08
aa0165f
  • Require Dart 3.1.

Version 2.0.0

Choose a tag to compare

@mk13 mk13 released this 07 Aug 01:32
df7044e

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

Version 2.0.0-beta+1

Choose a tag to compare

@mk13 mk13 released this 20 Jun 22:05
78bb74c

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.

Choose a tag to compare

@staats-google staats-google released this 27 Jun 09:08

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

Choose a tag to compare

@staats-google staats-google released this 10 Apr 16:18

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

Version 1.2.3

Choose a tag to compare

@DrMarcII DrMarcII released this 02 Feb 21:43
  • Enable generics for waitFor.

Version 1.2.2+1

Choose a tag to compare

@DrMarcII DrMarcII released this 12 Jan 20:10
  • Remove generics from waitFor.

Version 1.2.2

Choose a tag to compare

@DrMarcII DrMarcII released this 11 Jan 22:54
  • Refactor tests.
  • Make project buildable and testable with Bazel.
  • Enable generics for waitFor.

v1.2.1

Choose a tag to compare

@goderbauer goderbauer released this 09 Sep 20:27
  • enable redirects to handle 303 responses from Selenium