pub async fn auto_launch_stealth(
url: &str,
headed: bool,
) -> Result<(TempDir, 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.
Returns (profile_dir, session). See launch_browser for the
drop-order rationale behind the tuple shape.