github microsoft/playwright-dotnet v1.18.0

latest releases: v1.44.0, v1.43.0, v1.42.0...
2 years ago

Locator Improvements

  • Locator.DragToAsync
  • Each locator can now be optionally filtered by the text it contains:
    await Page.Locator("li", new () { HasTextString = "My Item" })
              .Locator("button").click();
    Read more in locator documentation

New APIs & changes

Browser Versions

  • Chromium 99.0.4812.0
  • Mozilla Firefox 95.0
  • WebKit 15.4

This version was also tested against the following stable channels:

  • Google Chrome 97
  • Microsoft Edge 97

Don't miss a new playwright-dotnet release

NewReleases is sending notifications on new releases.