playwright-go
playwright-go copied to clipboard
Playwright for Go a browser automation library to control Chromium, Firefox and WebKit with a single API.
Hi, I have a long running process using this and ran into a panic after a while. Is this a known issue? ``` panic: interface conversion: interface {} is nil,...
I've just head of Playwright-go and would like to evaluate it. One thing I need badly is Stealth Mode which could be used as Anti-Bot Detectoon similar to [go-rod](https://github.com/go-rod/stealth). I...
Hello, `frameImpl.WaitForURL` and `pageImpl.WaitForURL` are faulty, as the `pageImpl.WaitForURL` calls the underlying `frameImpl.WaitForURL`, and the frame implementation only calls the actual wait if (non-mandatory) options are provided: ``` func (f...
I am new to Playwright and went through the examples. I am wondering whether it is possible to use [apify/fingerprint-injector](https://github.com/apify/fingerprint-injector) and [apify/fingerprint-generator](https://github.com/apify/fingerprint-generator) with the Go version, or not? rod also...
This is an implementation for web first assertions (#271). An example of usage is bellow, ```go assertions := playwright.NewPlaywrightAssertions() err := assertions.ExpectLocator(locator).ToHaveText("example") if err != nil { // handle error...
Since this morning i've tried the last 3 releases, but they all seem to fail on driver download. I receive the following error: ``` 2022/06/14 08:28:41 Downloading driver to /home/cage/.cache/ms-playwright-go/1.20.0-beta-1647057403000...
Hello, (upvote this https://github.com/microsoft/playwright/issues/6856 instead) since I've joined @Microsoft we are considering moving this package over to the organisation. By that we would ensure that all features form the original...
I have 2 points about locators. 1. When we create new Locator using Page we can pass PageLocatorOptions. But now if we pass Has option it does not work correctly...
please what should i do https://playwright.dev/python/docs/intro#pyinstaller
Hello, I'm looking for additional maintainers that would help me with triaging bugs, keeping this port sync with the other official language ports etc. I'm happy to assist with PR...