pub type SharedBrowser = Arc<Browser>;
Thread-safe wrapper for shared ownership.
pub struct SharedBrowser { /* private fields */ }