clusterepsilon

Results 3 comments of clusterepsilon

```go func launchBrowser(pw *playwright.Playwright, url string, headless bool) (playwright.BrowserContext, playwright.Page, error) { args := []string{"--no-sandbox", "--disable-setuid-sandbox", "--disable-infobars", "--disable-dev-shm-usage", "--disable-blink-features=AutomationControlled", "--ignore-certificate-errors", "--no-first-run", "--no-service-autorun", "--password-store=basic", "--system-developer-mode", // the following flags all try...

This is a temporary solution that will cut off a lot of users. The flags will be removed soon. It needs to be ported to version 3.

> It's working. It works for now, but it's temporary. Are there any plans to update to manifest v3?