fix(deps): update dependency playwright to ==1.62.* - #369
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
renovate
Bot
force-pushed
the
renovate/playwright-1.x
branch
from
July 4, 2026 13:54
eda2211 to
c781542
Compare
renovate
Bot
force-pushed
the
renovate/playwright-1.x
branch
2 times, most recently
from
July 4, 2026 15:35
8c8a054 to
28b1a1c
Compare
Contributor
Author
|
renovate
Bot
force-pushed
the
renovate/playwright-1.x
branch
3 times, most recently
from
July 4, 2026 16:32
c3f5e6a to
f8f2dca
Compare
renovate
Bot
force-pushed
the
renovate/playwright-1.x
branch
from
July 24, 2026 02:44
f8f2dca to
51c0a82
Compare
renovate
Bot
force-pushed
the
renovate/playwright-1.x
branch
from
July 31, 2026 17:35
51c0a82 to
edc6d3d
Compare
renovate
Bot
force-pushed
the
renovate/playwright-1.x
branch
11 times, most recently
from
August 10, 2026 20:58
b59328a to
b43fdfe
Compare
renovate
Bot
force-pushed
the
renovate/playwright-1.x
branch
3 times, most recently
from
August 10, 2026 22:22
2701b39 to
d5b2789
Compare
renovate
Bot
force-pushed
the
renovate/playwright-1.x
branch
from
August 10, 2026 22:34
d5b2789 to
6579b64
Compare
renovate
Bot
force-pushed
the
renovate/playwright-1.x
branch
from
August 11, 2026 09:58
6579b64 to
c274127
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
==1.60.*→==1.62.*Release Notes
Microsoft/playwright-python (playwright)
v1.62.0Compare Source
🖼️ WebP screenshots
page.screenshot() and locator.screenshot() can now capture screenshots in the WebP format. Playwright infers the format from a
.webpfile extension, or you can set thetypeexplicitly. Quality100(the default) is lossless, while lower values use lossy compression:New APIs
scrolloption ("auto"|"none") on actions to opt out of Playwright's automatic scrolling into view.Announcements
navigator.clipboardno longer read or overwrite the clipboard of the machine running them.Browser Versions
This version was also tested against the following stable channels:
v1.61.0Compare Source
🔑 WebAuthn passkeys
New Credentials virtual authenticator, available via browserContext.credentials, lets tests register passkeys and answer
navigator.credentials.create()/navigator.credentials.get()ceremonies in the page — no real hardware key required, works in all browsers:You can also let the app register a passkey once in a setup test, read it back with credentials.get(), and seed it into later tests — see Credentials for details.
🗃️ Web Storage
New WebStorage API, available via page.localStorage and page.sessionStorage, reads and writes the page's storage for the current origin:
New APIs
artifacts_dirin browserType.connect_over_cdp() controls where artifacts such as traces and downloads are stored when attached to an existing browser.cursorin screencast.show_actions() controls the cursor decoration rendered for pointer actions.on_framecallback in screencast.start() now receives atimestampof when the frame was presented by the browser.🛠️ Other improvements
Browser Versions
This version was also tested against the following stable channels:
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.