//! Spider Browser — Rust client for Spider's pre-warmed browser fleet.
//!
//! Connects to Spider's browser fleet via WebSocket. Supports CDP
//! (Chrome/Servo/LightPanda) and BiDi (Firefox) protocols with smart
//! retry, browser rotation, and stealth escalation.
pub use ;
pub use SpiderEventEmitter;
pub use ;
pub use ;