pub async fn auto_launch_stealth(
url: &str,
headed: bool,
) -> Result<BrowserSession, TailFinError>Expand description
Auto-launch a stealth browser session when no connection mode is specified. Adapters that support browser-only mode use this as their fallback path. Emits a stderr notice before launching.