Update dependency playwright to v1.38.0 - autoclosed
This MR contains the following updates:
Package | Change | Age | Adoption | Passing | Confidence |
---|---|---|---|---|---|
playwright (changelog) |
1.35.0 -> 1.38.0
|
Update flake.nix before merging this! The versions have to match!
Release Notes
Microsoft/playwright-python
v1.38.0
Trace Viewer Updates
- Zoom into time range.
- Network panel redesign.
New APIs
- [
browserContext.on('weberror')
][browserContext.on('weberror')] - [
locator.press_sequentially()
][locator.press_sequentially()]
Deprecations
- The following methods were deprecated: [
page.type()
][page.type()], [frame.type()
][frame.type()], [locator.type()
][locator.type()] and [elementHandle.type()
][elementHandle.type()]. Please use [locator.fill()
][locator.fill()] instead which is much faster. Use [locator.press_sequentially()
][locator.press_sequentially()] only if there is a special keyboard handling on the page, and you need to press keys one-by-one.
Browser Versions
- Chromium 117.0.5938.62
- Mozilla Firefox 117.0
- WebKit 17.0
This version was also tested against the following stable channels:
- Google Chrome 116
- Microsoft Edge 116
v1.37.0
Highlights
-
New --full-page-screenshot command line flag allows taking a full page screenshot on failure.
-
It is now possible to override the context options for a single test by using the browser_context_args marker.
-
pytest-playwright
is now also getting published on Anaconda
📚 Debian 12 Bookworm Support
Playwright now supports Debian 12 Bookworm on both x86_64 and arm64 for Chromium, Firefox and WebKit. Let us know if you encounter any issues!
Linux support looks like this:
Ubuntu 20.04 | Ubuntu 22.04 | Debian 11 | Debian 12 | |
---|---|---|---|---|
Chromium | ||||
WebKit | ||||
Firefox |
Browser Versions
- Chromium 116.0.5845.82
- Mozilla Firefox 115.0
- WebKit 17.0
This version was also tested against the following stable channels:
- Google Chrome 115
- Microsoft Edge 115
v1.36.0
Highlights
Browser Versions
- Chromium 115.0.5790.75
- Mozilla Firefox 115.0
- WebKit 17.0
This version was also tested against the following stable channels:
- Google Chrome 114
- Microsoft Edge 114
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.