This commit is contained in:
Yury Semikhatsky 2025-10-08 00:46:56 +00:00 committed by GitHub
commit cdaf1ffc4f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 63 additions and 0 deletions

View File

@ -4,6 +4,27 @@ title: "Release notes"
toc_max_heading_level: 2
---
## Version 1.56
### New APIs
- New methods [`method: Page.ConsoleMessages`] and [`method: Page.PageErrors`] for retrieving the most recent console messages from the page
- New method [`method: Page.Requests`] for retrieving the most recent network requests from the page
### Breaking Changes
- Event [`event: BrowserContext.backgroundPage`] has been deprecated and will not be emitted. Method [`method: BrowserContext.BackgroundPages`] will return an empty list
### Miscellaneous
- Aria snapshots render and compare `input` `placeholder`
### Browser Versions
- Chromium 141.0.7390.37
- Mozilla Firefox 142.0.1
- WebKit 26.0
## Version 1.55
### Codegen

View File

@ -4,6 +4,27 @@ title: "Release notes"
toc_max_heading_level: 2
---
## Version 1.56
### New APIs
- New methods [`method: Page.consoleMessages`] and [`method: Page.pageErrors`] for retrieving the most recent console messages from the page
- New method [`method: Page.requests`] for retrieving the most recent network requests from the page
### Breaking Changes
- Event [`event: BrowserContext.backgroundPage`] has been deprecated and will not be emitted. Method [`method: BrowserContext.backgroundPages`] will return an empty list
### Miscellaneous
- Aria snapshots render and compare `input` `placeholder`
### Browser Versions
- Chromium 141.0.7390.37
- Mozilla Firefox 142.0.1
- WebKit 26.0
## Version 1.55
### Codegen

View File

@ -4,6 +4,27 @@ title: "Release notes"
toc_max_heading_level: 2
---
## Version 1.56
### New APIs
- New methods [`method: Page.consoleMessages`] and [`method: Page.pageErrors`] for retrieving the most recent console messages from the page
- New method [`method: Page.requests`] for retrieving the most recent network requests from the page
### Breaking Changes
- Event [`event: BrowserContext.backgroundPage`] has been deprecated and will not be emitted. Method [`method: BrowserContext.backgroundPages`] will return an empty list
### Miscellaneous
- Aria snapshots render and compare `input` `placeholder`
### Browser Versions
- Chromium 141.0.7390.37
- Mozilla Firefox 142.0.1
- WebKit 26.0
## Version 1.55
### Codegen