Skip to main content

wait_for_url

Function wait_for_url 

Source
pub async fn wait_for_url(
    tab_id: &str,
    url: &str,
    timeout: Duration,
) -> Result<BrowserWaitResult, BrowserAutomationError>