Creates a new browser context. It won't share cookies/cache with other browser contexts.
Source:R/r6_rplaywright.R
new_context.Rd
Creates a new browser context. It won't share cookies/cache with other browser contexts.
Examples
if (FALSE) { # \dontrun{
rplaywright::new_chromium() %>%
new_context()
} # }