chrome-remote-interface
chrome-remote-interface copied to clipboard
Elixir Client for the Chrome Debugger Protocol
This PR fixes an incompatibility with recent chromium versions (111+) # Details The main culprit is the API for creating pages = `PUT /json/new`. This library uses wrong HTTP method...
- see https://chromium-review.googlesource.com/c/chromium/src/+/3595822
### Context browserless.io only supports connecting to the browser websocket, and not to a target (page) websocket, so in order to use it, skip straight to `PageSession.start_link`: ``` {:ok, page}...