New APIs
- New method page.UnrouteAllAsync() removes all routes registered by page.RouteAsync(url, handler) and page.RouteFromHARAsync(har). Optionally allows to wait for ongoing routes to finish, or ignore any errors from them.
- New method browserContext.UnrouteAllAsync() removes all routes registered by browserContext.RouteAsync(url, handler) and browserContext.RouteFromHARAsync(har). Optionally allows to wait for ongoing routes to finish, or ignore any errors from them.
- New option
style
in page.ScreenshotAsync() and locator.ScreenshotAsync() to add custom CSS to the page before taking a screenshot.
Browser Versions
- Chromium 121.0.6167.57
- Mozilla Firefox 121.0
- WebKit 17.4
This version was also tested against the following stable channels:
- Google Chrome 120
- Microsoft Edge 120