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.