spider-browser 0.2.5

Browser automation client for Spider's pre-warmed browser fleet with smart retry and browser switching
Documentation
1
2
3
4
5
6
7
//! Protocol layer — CDP, BiDi, and the unified adapter.

pub mod bidi_session;
pub mod cdp_session;
pub mod protocol_adapter;
pub mod transport;
pub mod types;