//! Browser session facade.
//!
//! This module exposes the stable session type while delegating execution to
//! the native TetherScript backend when that feature is enabled.
/// Cloneable browser session handle.
pub use BrowserSession;
/// Return the detected external browser executable, if one is required.
///
/// Native TetherScript browserctl does not depend on Chromium or another
/// external browser process, so this currently returns `None`.