- Add
find_chrome_debugger_url()function for programmatic discovery of Chrome's WebSocket URL. open_cdp()now accepts HTTP URLs (e.g.,http://localhost:9222) which are automatically resolved to WebSocket URLs.
- Simplified calling convention for CDP commands.
- Backwards Compability Break: Rename open_cdp_connection() to open_cdp().
- Fix ConnectionClosed bug.
- Add support for passing in a nursery. (Supports usage in Jupyter notebook.)
- New APIs for enabling DOM events and Page events.
- Restructure event listeners.
- Initial version