Skip to content

Adds support for synchronous communication and the W3C specification.

Compare
Choose a tag to compare
@staats-google staats-google released this 27 Jun 09:08
· 133 commits to master since this release

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.