playwright-go
playwright-go copied to clipboard
Playwright for Go a browser automation library to control Chromium, Firefox and WebKit with a single API.
``` func getJWT(samlUrl string, samlResp string) (jwt JWT, err error) { err = playwright.Install() if err != nil { log.Fatalf("Could not install playwright deps: %v", err) } pw, err :=...
I find myself in a position regularly with an element handle, wishing I had a Locator. Would it make sense to be able to retrieve a Locator from an ElementHandle?
Hello, I'm testing the registration, after entering the email and password, I'm waiting for the captcha window. The window is not displayed, and the test cannot go any further, because...
I've build an Automatic test robot with playwright-go, and it worked perfectly. but as I want to start it using pm2( to manage the process if the robot is panic,...
The code waits for the site to fully load before taking a screenshot. I also added a wait element. The element is in view of the first screen. All this...
Perhaps someone has come across this. All our screenshots show a strip with an exclamation point, maybe someone knows this and how to get rid of it?
I don't know how popular it is. But for us it is very valuable. We collect a pool of standards screenshots from the bonus section of our project. For each...
Dear All, It's not an issue, just a question. I'm a newbie of playwright-go. I wonder if playwright-go also supports BDD syntax? If yes, can anyone share me some sample?...
I did see a push referencing the "local chrome path" pull request but I cannot tell the difference when I run the code it still's installs the playwright-md files. I...