Skip to content

chore(deps): update dependency microsoft.playwright to 1.62.0 - #6582

Merged
thomhurst merged 1 commit into
mainfrom
renovate/microsoft.playwright-1.x
Aug 11, 2026
Merged

chore(deps): update dependency microsoft.playwright to 1.62.0#6582
thomhurst merged 1 commit into
mainfrom
renovate/microsoft.playwright-1.x

Conversation

@thomhurst

Copy link
Copy Markdown
Owner

This PR contains the following updates:

Package Type Update Change
Microsoft.Playwright nuget minor 1.61.01.62.0

Release Notes

microsoft/playwright-dotnet (Microsoft.Playwright)

v1.62.0

🖼️ WebP screenshots

page.screenshot() and locator.screenshot() can now capture screenshots in the WebP format — Playwright infers the format from a .webp file extension, or you can set the type explicitly. Quality 100 (the default) is lossless, while lower values use lossy compression:

await Page.ScreenshotAsync(new() { Path = "homepage.webp", Quality = 50 });

New APIs

  • New Scroll option (Auto | None) on actions to opt out of Playwright's automatic scroll-into-view.
  • New Locator.WaitForFunctionAsync() waits until a function — called with the matching element — returns a truthy value.
  • New APIResponse.TimingAsync() returns resource timing information for an API response.

Announcements

  • 📋 The clipboard is now isolated from the operating system in headless mode, so tests that use navigator.clipboard no longer read or overwrite the clipboard of the machine running them.
  • ⚠️ Debian 11 is not supported anymore.

Browser Versions

  • Chromium 151.0.7922.34
  • Mozilla Firefox 153.0
  • WebKit 26.5

This version was also tested against the following stable channels:

  • Google Chrome 151
  • Microsoft Edge 151

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 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.


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

This PR has been generated by Mend Renovate CLI.

@thomhurst thomhurst added dependencies Pull requests that update a dependency file MINOR renovate-bot labels Aug 11, 2026
@thomhurst
thomhurst enabled auto-merge (squash) August 11, 2026 15:52
@coderabbitai

coderabbitai Bot commented Aug 11, 2026

Copy link
Copy Markdown

Warning

Review limit reached

@thomhurst, you've reached your PR review limit, so we couldn't start this review.

Next review available in: 7 minutes

Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available.
You're only billed for reviews past your plan's rate limits ($0.25/file).

How can I continue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews.

How do review limits work?

CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability.

For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window.

Please refer docs for additional details.

Review details
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro Plus

Run ID: 69f8f39c-98b5-42f8-9d70-842c98f0e1a6

📥 Commits

Reviewing files that changed from the base of the PR and between 5eabbe3 and 8917a95.

📒 Files selected for processing (1)
  • Directory.Packages.props

Comment @coderabbitai help to get the list of available commands.

@claude

claude Bot commented Aug 11, 2026

Copy link
Copy Markdown
Contributor

Code review

This is an automated Renovate dependency bump (Microsoft.Playwright 1.61.01.62.0) touching a single line in Directory.Packages.props. No source, source-generator, or reflection-engine code is affected, so the dual-mode, snapshot-testing, and AOT rules in CLAUDE.md don't apply here.

No issues found. Checked for bugs and CLAUDE.md compliance.

@greptile-apps

greptile-apps Bot commented Aug 11, 2026

Copy link
Copy Markdown

Greptile Summary

Updates the centrally managed Microsoft.Playwright dependency from 1.61.0 to 1.62.0.

  • Applies the new version to the repository’s Playwright integration through central package management.
  • No changed-code defect was identified.

Confidence Score: 5/5

The PR appears safe to merge with no actionable failures identified.

The dependency update remains compatible with the repository’s current Playwright usage and CI environments based on the available evidence.

Important Files Changed

Filename Overview
Directory.Packages.props Updates Microsoft.Playwright to 1.62.0; no incompatible repository usage or supported-environment failure was established.

Reviews (1): Last reviewed commit: "chore(deps): update dependency microsoft..." | Re-trigger Greptile

@thomhurst
thomhurst merged commit a77eabe into main Aug 11, 2026
14 checks passed
@thomhurst
thomhurst deleted the renovate/microsoft.playwright-1.x branch August 11, 2026 16:18
This was referenced Aug 12, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file MINOR renovate-bot

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants