Adds support for synchronous communication and the W3C specification.
·
149 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.