Skip to main content

Module bidi

Module bidi 

Source
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§

BidiClient
BidiEvent
BidiProtocol
BiDi framing/typing adapter for the shared transport.