Skip to main content

Module ws_client

Module ws_client 

Source
Expand description

Async CDP WebSocket client.

Each Connection owns one WebSocket to the host’s /cdp endpoint. Sent commands are tagged with monotonically increasing ids; replies and events are demuxed by the reader task into pending-request channels and a broadcast event stream respectively.

Structs§

CdpEvent
CdpRemoteError
Connection
One CDP connection.