pub async fn browser_session(
host: &str,
headed: bool,
) -> Result<BrowserSession, TailFinError>Expand description
Connect to an existing Chrome instance via CDP at ws://{host}.
pub async fn browser_session(
host: &str,
headed: bool,
) -> Result<BrowserSession, TailFinError>Connect to an existing Chrome instance via CDP at ws://{host}.