Download Latest Version v1.53.0 source code.tar.gz (2.2 MB)
Email in envelope

Get an email when there's a new version of Playwright for Java

Home / v1.52.0
Name Modified Size InfoDownloads / Week
Parent folder
README.md 2025-05-02 2.3 kB
v1.52.0 source code.tar.gz 2025-05-02 2.2 MB
v1.52.0 source code.zip 2025-05-02 2.6 MB
Totals: 3 Items   4.8 MB 0

Highlights

java assertThat(page.getByRole(AriaRole.LISTITEM, new Page.GetByRoleOptions().setName("Ship v1.52"))) .containsClass("done");

java assertThat(locator).matchesAriaSnapshot(""" - list - /children: equal - listitem: Feature A - listitem: - link "Feature B": - /url: "https://playwright.dev" """);

Miscellaneous

Breaking Changes

  • Method route.continue() does not allow to override the Cookie header anymore. If a Cookie header is provided, it will be ignored, and the cookie will be loaded from the browser's cookie store. To set custom cookies, use browserContext.addCookies().
  • macOS 13 is now deprecated and will no longer receive WebKit updates. Please upgrade to a more recent macOS version to continue benefiting from the latest WebKit improvements.

Browser Versions

  • Chromium 136.0.7103.25
  • Mozilla Firefox 137.0
  • WebKit 18.4

This version was also tested against the following stable channels: - Google Chrome 135 - Microsoft Edge 135

Source: README.md, updated 2025-05-02