Skip to content

Update dependency playwright to v1.39.0

renovatebot requested to merge renovate/playwright-1.x-lockfile into main

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

Compare Source

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

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

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 is behind base branch, or you tick the rebase/retry checkbox.

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


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

This MR has been generated by Renovate Bot.

Edited by renovatebot

Merge request reports