github microsoft/playwright-dotnet v1.19.0

latest releases: v1.47.0, v1.46.0, v1.45.1...
2 years ago

Version 1.19

Locator Updates

Locator now supports a has option that makes sure it contains another locator inside:

await Page.Locator("article", new () { Has = Page.Locator(".highlight") }).ClickAsync();

The snippet above will select article that has highlight in it and will press the button in it.
Read more in locator documentation

Other Updates

Browser Versions

  • Chromium 100.0.4863.0
  • Mozilla Firefox 96.0.1
  • WebKit 15.4

This version was also tested against the following stable channels:

  • Google Chrome 98
  • Microsoft Edge 98

Don't miss a new playwright-dotnet release

NewReleases is sending notifications on new releases.