Update dependency playwright to v1.47.0
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
playwright (changelog) | dependencies | minor |
1.46.0 -> 1.47.0
|
Release Notes
Microsoft/playwright-python (playwright)
v1.47.0
Network Tab improvements
The Network tab in the trace viewer has several nice improvements:
- filtering by asset type and URL
- better display of query string parameters
- preview of font assets
Miscellaneous
- The
mcr.microsoft.com/playwright-python:v1.47.0
now serves a Playwright image based on Ubuntu 24.04 Noble. To use the 22.04 jammy-based image, please usemcr.microsoft.com/playwright-python:v1.47.0-jammy
instead. - The
:latest
/:focal
/:jammy
tag for Playwright Docker images is no longer being published. Pin to a specific version for better stability and reproducibility. - TLS client certificates can now be passed from memory by passing
cert
andkey
as bytes instead of file paths. -
no_wait_after
in locator.selectOption() was deprecated. - We've seen reports of WebGL in Webkit misbehaving on GitHub Actions
macos-13
. We recommend upgrading GitHub Actions tomacos-14
.
Browser Versions
- Chromium 129.0.6668.29
- Mozilla Firefox 130.0
- WebKit 18.0
This version was also tested against the following stable channels:
- Google Chrome 128
- Microsoft Edge 128
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.