Expand description
Minimal WebDriver BiDi WebSocket client.
The socket / reader-task / writer-task / pending-correlation / timeout
machinery lives in the shared crate::transport (WsRpc); this module
supplies only the BiDi-specific framing/typing via the BidiProtocol
adapter and the convenience methods.
Modules§
- protocol
- WebDriver BiDi wire protocol types.
Structs§
- Bidi
Client - Bidi
Event - Bidi
Protocol - BiDi framing/typing adapter for the shared transport.