Skip to content

chore(deps): bump com.microsoft.playwright:playwright from 1.61.0 to 1.62.0 - #205

Merged
ardetrick merged 2 commits into
mainfrom
dependabot/gradle/com.microsoft.playwright-playwright-1.62.0
Sep 1, 2026
Merged

ardetrick merged 2 commits into
mainfrom
dependabot/gradle/com.microsoft.playwright-playwright-1.62.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 1, 2026

Copy link
Copy Markdown
Contributor

Bumps com.microsoft.playwright:playwright from 1.61.0 to 1.62.0.

Release notes

Sourced from com.microsoft.playwright:playwright's releases.

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:

page.screenshot(new Page.ScreenshotOptions()
    .setPath(Paths.get("homepage.webp"))
    .setQuality(50));

New APIs

  • New scroll option ("auto" | "none") on actions to opt out of Playwright's automatic scrolling into view.
  • New locator.waitForFunction() waits until a function called with the matching element returns a truthy value.
  • New apiResponse.timing() 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
Commits

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Sep 1, 2026
Bumps [com.microsoft.playwright:playwright](https://github.com/microsoft/playwright-java) from 1.61.0 to 1.62.0.
- [Release notes](https://github.com/microsoft/playwright-java/releases)
- [Commits](microsoft/playwright-java@v1.61.0...v1.62.0)

---
updated-dependencies:
- dependency-name: com.microsoft.playwright:playwright
  dependency-version: 1.62.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/gradle/com.microsoft.playwright-playwright-1.62.0 branch from 682b179 to 607af8b Compare September 1, 2026 12:20
@ardetrick
ardetrick enabled auto-merge (squash) September 1, 2026 12:23
@ardetrick
ardetrick merged commit 7aab25b into main Sep 1, 2026
1 check passed
@ardetrick
ardetrick deleted the dependabot/gradle/com.microsoft.playwright-playwright-1.62.0 branch September 1, 2026 12:23
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 java Pull requests that update Java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant