v1.34.0
Version 1.34.0
Highlights
-
New
Locator.and()to create a locator that matches both locators.Locator button = page.getByRole(AriaRole.BUTTON).and(page.getByTitle("Subscribe"));
-
New events
BrowserContext.onConsoleMessage()andBrowserContext.onDialog()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