Skip to main content

capture_from_page

Function capture_from_page 

Source
pub async fn capture_from_page(page: &Page) -> Result<Vec<CapturedCookie>>
Expand description

Capture every cookie on page via BiDi storage.getCookies. Includes HttpOnly cookies (no JavaScript limitation).