github microsoft/playwright-dotnet v0.191.0

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

Driver Update

Driver updated to v.1.9.1, (see also v.1.9.0). These are the outstanding changes:

  • New has-text pseudo-class for CSS selectors. :has-text("example") matches any element containing "example" somewhere inside a child or a descendant element. There are more examples available.
  • Introduces Page.PauseAsync(), which is not yet supported in PlaywrightSharp.
  • Page dialogs are now auto-dismissed during execution, unless a listener for dialog event is configured. Learn more about this.

Changelog

Don't miss a new playwright-dotnet release

NewReleases is sending notifications on new releases.