playwright-community / playwright-go

Playwright for Go a browser automation library to control Chromium, Firefox and WebKit with a single API.
https://playwright-community.github.io/playwright-go/
MIT License
1.94k stars 145 forks source link

Roll to playwright 1.32.3 #351

Closed canstand closed 1 year ago

canstand commented 1 year ago

The new version of Playwright has changed its protocol. This PR mainly focuses on adapting to the parts that cause test failures and making the existing tests pass.

The previous PR #350 has not yet been merged, so this PR is based on that branch.

Please let me know if you have any questions, comments, or suggestions. I appreciate your feedback and review. Thank you!