Skip to content

v1.53.0

Latest
Compare
Choose a tag to compare
@yury-s yury-s released this 24 Jun 20:38
2a98392

Miscellaneous

  • New Steps in Trace Viewer:
    New Trace Viewer Steps

  • New method locator.describe() to describe a locator. Used for trace viewer.

    Locator button = page.getByTestId("btn-sub").describe("Subscribe button");
    button.click();
  • mvn exec:java -e -D exec.mainClass=com.microsoft.playwright.CLI -D exec.args="install --list" will now list all installed browsers, versions and locations.

Browser Versions

  • Chromium 138.0.7204.4
  • Mozilla Firefox 139.0
  • WebKit 18.5

This version was also tested against the following stable channels:

  • Google Chrome 137
  • Microsoft Edge 137