Expand description
Chrome/Chromium process management: executable discovery, spawning with
--remote-debugging-port, DevToolsActivePort discovery, and /json/version
resolution to the browser WebSocket endpoint.
Structs§
- Browser
Process - The result of launching a browser: the owning process handle plus the browser-level WebSocket endpoint to connect to.
Functions§
- resolve_
ws_ endpoint - Resolve an arbitrary CDP endpoint to a
ws://URL.