playwright-go icon indicating copy to clipboard operation
playwright-go copied to clipboard

Playwright for Go a browser automation library to control Chromium, Firefox and WebKit with a single API.

Results 102 playwright-go issues
Sort by recently updated
recently updated
newest added

**Environments** - playwright-go Version: [v0.4901.0](https://github.com/playwright-community/playwright-go/releases/tag/v0.4901.0) - Browser: browserless chromium [v2.24.2](https://github.com/browserless/browserless/releases/tag/v2.24.2) **Bug description** Router breaks down if you call `route.Request().HeadersArray()` **To Reproduce** ```go package main import ( "fmt" "log" "time" "github.com/playwright-community/playwright-go"...

p2-bug

**Does the upstream have similar features?** Yes **Is your feature request related to a problem? Please describe.** ariaSnapshot in upstream repo supports passing ref=true this mechanism is widely used in...

this resolves a CVE that popped up in one of our scans. https://github.com/advisories/GHSA-v778-237x-gjrc i was unable to run the tests to verify it had no impact.

- playwright-go Version: [e.g. latest-v0.5001.0] - Browser: [e.g. Chromium] - OS and version: [e.g. Windows 11] - golang version [1.23.6] ```go package main import "github.com/playwright-community/playwright-go" func main() { // ignore...

p2-bug

**Environments** - playwright-go Version: 0.4901.0 - Browser: Chromium - OS and version: Windows 11 / Ubuntu 24.04 **Bug description** When running my program that uses playwright-go for an extended period,...

p2-bug

So I've enabled the `RecordVideo` option and I can see that indeed a Video gets saved (e.g: `4b8a57e3ebc91b5e9e9f8e8575bb759a.webm`): ```go ... # Option Pattern for Playwright Browser & Page Options func...

Can I use this project to open a GUI broswer(headless=false) on ubuntu? any browser is ok. right now I based on xfce4 novnc can not open Chromium.

Webscraping has become quite tricky recently, with CDN's detecting bots pretty easily. It would be great if we could add support for one of the "undetectable" browsers. For example -...

**Does the upstream have similar features?** `playwright-go` is just a community-driven client for [playwright](https://playwright.dev). For feature requests, please refer to other officially supported clients first. [Nodejs](https://github.com/microsoft/playwright) / [Java](https://github.com/microsoft/playwright-java) / [.Net](https://github.com/microsoft/playwright-dotnet)...