* Update to use Python 3.7 + latest Python dependencies in Docker image * Handle lost websocket connections to Chrome tabs
0.2.5
* Update to the latest devtools protocol from Github as of 20 Jan 2018 * For trigger events, only build the resulting chromewhip hash from the hashable fields in the actual payload. * Tested locally on Mac OS, Chrome Canary 66.0.3326.0 (Official Build) canary (64-bit), Python 3.6.3
0.2.1alpha
* Remove workaround for "go" implementation as chromium bug 747224 fixed on Canary (tested on Chrome Google Canary v62.0.3181.0)
0.2.0alpha
* Extended low-level asyncio driver to allow for input events for id source * `Page.navigate` is now more reliable
0.1.0alpha
* HTTP server that supports HTML and PNG rendering * first iteration of the asyncio driver API that supports the devtools protocol as of chromium r488555 * HTTP server can be deployed easily as a standalone Docker container