8000 Tags · google/webdriver.dart · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: google/webdriver.dart

Tags

v3.1.0

Toggle v3.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Explicitly close http clients (#311)

* Explicitly close http clients

* 3.1.0

v3.0.4

Toggle v3.0.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
address diagnostics and update to a more recent package:lints (#304)

* address diagnostics and update to a more recent package:lints

* Update CHANGELOG.md

Co-authored-by: Kevin Moore <kevmoo@users.noreply.github.com>

---------

Co-authored-by: Kevin Moore <kevmoo@users.noreply.github.com>

v3.0.0

Toggle v3.0.0's commit message

v0.3.0-nullsafety.1

Toggle v0.3.0-nullsafety.1's commit message

v0.3.0-nullsafety.0

Toggle v0.3.0-nullsafety.0's commit message

v2.0.0

Toggle v2.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
misc: prepare for v2 stable (#206)

Fixes #205

v2.0.0-beta+1

Toggle v2.0.0-beta+1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Mark as 2.0.0-beta+1 in preparation for publish (#200)

* Mark as 2.0.0-beta+1 in preparation for publish

* Changelog

* More update to changelog

v2.0.0-beta

Toggle v2.0.0-beta's commit message
Adds logic to automatically infer specification type during WebDriver…

… creation. (#172)

* Adds automated spec inference ability during WebDriver creation.

* Adds ability to define spec during WebDriver creation. Sets defaults to W3C for FireFox and JSONWire for Chrome.

* Adds test for spec inference. Updates logic for reusing exisiting sessions for W3C spec.

* Add error messages.

* Updates spec inference test with different exception types.

v1.2.4

Toggle v1.2.4's commit message
Adds null check for status before checking status code. Avoids throwi…

…ng exceptions if status is not defined. (#145)

* Adds check for status in responseMap as part of error checking.

* formats file

v1.2.3

Toggle v1.2.3's commit message
Adds null check for status before checking status code. Avoids throwi…

…ng exceptions if status is not defined. (#145)

* Adds check for status in responseMap as part of error checking.

* formats file
0