Skip to main content

Module protocol

Module protocol 

Source
Expand description

Protocol layer — CDP, BiDi, and the unified adapter.

Modules§

bidi_session
Lock-free WebDriver BiDi session over the Spider WebSocket transport.
cdp_session
Lock-free CDP JSON-RPC session over the Spider WebSocket transport.
protocol_adapter
Unified protocol adapter — wraps either CDPSession or BiDiSession.
transport
Lock-free WebSocket transport to Spider’s browser fleet.
types
Protocol message types and key mappings.