Skip to content

Releases: chazkii/chromewhip

Update to Python 3.7 + all dependencies

07 Apr 17:42
Compare
Choose a tag to compare
Pre-release
  • Update to use Python 3.7 + latest Python dependencies in Docker image
  • Handle lost websocket connections to Chrome tabs

Minor update

20 Jan 17:28
Compare
Choose a tag to compare
Minor update Pre-release
Pre-release
  • 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

v0.2.1-alpha

10 Aug 11:37
Compare
Choose a tag to compare
v0.2.1-alpha Pre-release
Pre-release
  • Remove workaround for "go" implementation as chromium bug 747224 fixed on Canary (tested on Chrome Google Canary v62.0.3181.0)

v0.2.0-alpha

24 Jul 01:36
Compare
Choose a tag to compare
v0.2.0-alpha Pre-release
Pre-release
  • Extended low-level asyncio driver to allow for input events for id source
  • Page.navigate is now more reliable

First alpha release

21 Jul 04:21
Compare
Choose a tag to compare
First alpha release Pre-release
Pre-release
  • 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