chrome-remote-interface icon indicating copy to clipboard operation
chrome-remote-interface copied to clipboard

Elixir Client for the Chrome Debugger Protocol

Results 13 chrome-remote-interface issues
Sort by recently updated
recently updated
newest added

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}...