Update dependency playwright to v1.39.0
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
playwright (changelog) | dependencies | minor |
1.37.0 -> 1.39.0
|
Release Notes
Microsoft/playwright-python (playwright)
v1.39.0
Features
Python 3.12 support.
Browser Versions
- Chromium 119.0.6045.9
- Mozilla Firefox 118.0.1
- WebKit 17.4
This version was also tested against the following stable channels:
- Google Chrome 118
- Microsoft Edge 118
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
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.
Edited by renovatebot