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
- The driver deployment was changed to support the new driver structure. We moved from architecture-specific folder to build targets.
- Fix Mobile Geolocation snippet.
- Don't fail on possible invalid script.
- Our primary branch is now called
main