v1.34.0
Highlights
-
New
Locator.And
to create a locator that matches both locators.var button = page.GetByRole(AriaRole.Button).And(page.GetByTitle("Subscribe"));
-
New events
BrowserContext.Console
andBrowserContext.Dialog
to subscribe to any dialogs
and console messages from any page from the given browser context. Use the new methodsConsoleMessage.Page
andDialog.Page
to pin-point event source.
Browser Versions
- Chromium 114.0.5735.26
- Mozilla Firefox 113.0
- WebKit 16.4
This version was also tested against the following stable channels:
- Google Chrome 113
- Microsoft Edge 113