Skip to content

v0.191.0

Choose a tag to compare

@kblok kblok released this 26 Feb 13:23
· 858 commits to main since this release
7510e7f

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