Skip to content

Update dependency playwright to v1.38.0 - autoclosed

Ghost User requested to merge renovate/playwright-1.x into main

This MR contains the following updates:

Package Change Age Adoption Passing Confidence
playwright (changelog) 1.35.0 -> 1.38.0 age adoption passing confidence

Update flake.nix before merging this! The versions have to match!


Release Notes

Microsoft/playwright-python

v1.38.0

Compare Source

Trace Viewer Updates

Playwright Trace Viewer

  1. Zoom into time range.
  2. 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

Compare Source

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

Compare Source

Highlights

🏝️ Summer maintenance release.

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

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this MR and you won't be reminded about these updates again.


  • If you want to rebase/retry this MR, check this box

This MR has been generated by Renovate Bot.

Edited by Ghost User

Merge request reports

Loading