Can Stand

Results 78 comments of Can Stand

You can use `BrowserTypeLaunchOptions{ ignoreDefaultArgs: }` to filter out `--mute-audio` from default arguments (for chromium).

According to upstream https://github.com/microsoft/playwright/issues/4870, recording audio is not supported.

Just specify the http or socks5 proxy address in `browser.NewContext(playwright.BrowserNewContextOptions{ Proxy: "http://[ip]:[port]")`

Hi, the modified test svg looks like this:

What you should do is create a new `BrowserContext` per goroutine, instead of launching multiple browsers.

It can be considered safe for your use case. BrowserContext is isolated from each other, which is equivalent to opening multiple browser windows and each has its own temporary data...

Due to significant changes to the protocol in a version of Playwright after v1.52, I haven't had enough time to update it recently. Since this is purely a hobby and...

https://github.com/microsoft/playwright/issues/38121