pub async fn launch_stealth_session(
url: &str,
headed: bool,
) -> Result<(TempDir, BrowserSession), TailFinError>Expand description
Launch a stealth browser navigated to url with anti-detection.
Returns (profile_dir, session); see launch_browser for the
drop-order rationale.