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
2.11k stars 157 forks source link

Add multiple missing features #353

Closed canstand closed 1 year ago

canstand commented 1 year ago

Since no other contributors have submitted in a while, I've included several features in this PR.

Mainly include:

Except for classes and methods explicitly ignored in validate-interfaces.js, other methods are aligned with playwright-python v1.30.0. Note, run ./scripts/apply-patch.sh first, and then validate with node ./scripts/validate-interfaces.js.

mxschmitt commented 1 year ago

Thanks for your work!