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, guys. I recently started to be familiar with playwright-go (In my work I use playwright with node.js). But didn't found any example how to use it with go testing...
I was recommended to file a feature request for what I am surely doing as a hack. I want to wait until a value of a given elements' attribute equals...
I'm trying to see if the page gets redirected to a URL that looks like `api-SOME_HASH.mywebsite.com`. Unfortunately, none of the URL options work. Here is the code: ```go var timeout...
The above mentioned types don't seem to be used in their respective function calls (WaitForRequest and WaitForResponse). Looking at the code [here](https://github.com/mxschmitt/playwright-go/blob/de638a4c485a9853c489991f51d3463a9ece7126/page.go#L336) confirms that there is no way to set...
Playwright always writes to stdout/err which isn't always desirable in the test scenario. I'd like to be able to specify which `io.Writer` playwright does write to. See also https://github.com/onsi/ginkgo/issues/851#issuecomment-953474491 issue...
Hello! First of all, thank you so much for creating and maintaining this library! I use this project to create a simple web crawler. I noticed that `page.WaitForLoadState()` sometimes gets...
Playwright-go uses `go 1.14` and I think we should upgrade it to go.18 or go 1.19. We don't use any of the generic or new things in the release because...
- Make sure it works - Make it simpler maybe See here: https://github.com/playwright-community/playwright-go/blob/main/CONTRIBUTING.md
## Could not launch playwright when updating to v0.4101.0 using docker ``` docker RUN go mod download RUN go run github.com/playwright-community/playwright-go/cmd/playwright@latest install --with-deps RUN make build ``` ``` shell 2024/01/24...