Skip to main content

delete_cookie

Function delete_cookie 

Source
pub async fn delete_cookie(
    tab_id: &str,
    name: &str,
    domain: &str,
    path: &str,
) -> Result<(), BrowserAutomationError>