You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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>
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.
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
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