//! Browsing: Web browser automation via Chrome DevTools Protocol
//!
//! This library provides standalone browser control via `Browser`, `Page`, `Element`.
//! No AI or LLM services required.
pub use ;
// Re-export core browser automation types
pub use ;
pub use Browser;
pub use Config;
pub use ;
/// Initialize the library (sets up logging, etc.)