Releases: playwright-community/playwright-go
Releases · playwright-community/playwright-go
v0.4702.0
v0.4701.0
What's Changed
- chore: roll to Playwright v1.47.1 by @canstand in #487
- feat: use
PLAYWRIGHT_DRIVER_PATH
environment variable as driver cache directory by @GuyGoldenberg in #485
New Contributors
- @GuyGoldenberg made their first contribution in #485
Full Changelog: v0.4700.0...v0.4701.0
v0.4700.0
What's Changed
What's New
Playwright now allows to supply client-side certificates, so that server can verify them, as specified by TLS Client Authentication.
See tests/browser_context_client_certificates_test.go
Full Changelog: v0.4501.1...v0.4700.0
v0.4501.1
v0.4501.0
What's Changed
- chore: roll to Playwright v1.45.1 by @canstand in #472
- fix: harOpen error if no har in zip file by @canstand in #473
- chore: simplify bindingCall error stack and refac some tests by @canstand in #474
What's New
- Playwright now supports Chromium, Firefox and WebKit on Ubuntu 24.04.
- Follow upstream to support the new Clock API. See the clock guide for reference.
Locator.SetInputFiles()
now supports uploading a directory for<input type=file webkitdirectory>
elements.- For other miscellaneous changes, see the upstream project release notes
Full Changelog: v0.4401.1...v0.4501.0
v0.4401.1
What's Changed
- Use PLAYWRIGHT_NODEJS_PATH in
getNodeExecutable
by @carsonmeyer-wk in #468
New Contributors
- @carsonmeyer-wk made their first contribution in #468
Full Changelog: v0.4401.0...v0.4401.1
v0.4401.0
v0.4400.1
What's Changed
- fix: rename ISSUE_TEMPLATE files by @walkersumida in #463
New Contributors
- @walkersumida made their first contribution in #463
Full Changelog: v0.4400.0...v0.4400.1
v0.4400.0
v0.4201.1
What's Changed
- refactor(test): helper_test.go as a useful example by @canstand in #410
- feat: RunOptions can specifying output/error streams (close #226) by @canstand in #426
- docs: add Dockerfile example by @canstand in #424
- refac(test): cleanup and add
AssertToBeGolden
for visual comparison by @canstand in #429 - fix: correctly handle failed navigation by @canstand in #428
Full Changelog: v0.4201.0...v0.4201.1