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

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

Home / v1.53.0
Name Modified Size InfoDownloads / Week
Parent folder
README.md 2025-06-25 790 Bytes
v1.53.0 source code.tar.gz 2025-06-25 4.1 MB
v1.53.0 source code.zip 2025-06-25 5.1 MB
Totals: 3 Items   9.2 MB 2

Miscellaneous

  • New Steps in Trace Viewer: New Trace Viewer Steps
  • New method Locator.Lescribe() to describe a locator. Used for trace viewer.

csharp var button = Page.GetByTestId("btn-sub").Describe("Subscribe button"); await button.ClickAsync();

  • pwsh bin/Debug/netX/playwright.ps1 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

Source: README.md, updated 2025-06-25