You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/src/release-notes-csharp.md
+21Lines changed: 21 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,27 @@ title: "Release notes"
4
4
toc_max_heading_level: 2
5
5
---
6
6
7
+
## Version 1.56
8
+
9
+
### New APIs
10
+
11
+
- New methods [`method: Page.consoleMessages`] and [`method: Page.pageErrors`] for retrieving the most recent console messages from the page
12
+
- New method [`method: Page.requests`] for retrieving the most recent network requests from the page
13
+
14
+
### Breaking Changes
15
+
16
+
- Event [`event: BrowserContext.backgroundPage`] has been deprecated and will not be emitted. Method [`method: BrowserContext.backgroundPages`] will return an empty list
17
+
18
+
### Miscellaneous
19
+
20
+
- Aria snapshots render and compare `input``placeholder`
Copy file name to clipboardExpand all lines: docs/src/release-notes-java.md
+21Lines changed: 21 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,27 @@ title: "Release notes"
4
4
toc_max_heading_level: 2
5
5
---
6
6
7
+
## Version 1.56
8
+
9
+
### New APIs
10
+
11
+
- New methods [`method: Page.consoleMessages`] and [`method: Page.pageErrors`] for retrieving the most recent console messages from the page
12
+
- New method [`method: Page.requests`] for retrieving the most recent network requests from the page
13
+
14
+
### Breaking Changes
15
+
16
+
- Event [`event: BrowserContext.backgroundPage`] has been deprecated and will not be emitted. Method [`method: BrowserContext.backgroundPages`] will return an empty list
17
+
18
+
### Miscellaneous
19
+
20
+
- Aria snapshots render and compare `input``placeholder`
Copy file name to clipboardExpand all lines: docs/src/release-notes-python.md
+21Lines changed: 21 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,27 @@ title: "Release notes"
4
4
toc_max_heading_level: 2
5
5
---
6
6
7
+
## Version 1.56
8
+
9
+
### New APIs
10
+
11
+
- New methods [`method: Page.consoleMessages`] and [`method: Page.pageErrors`] for retrieving the most recent console messages from the page
12
+
- New method [`method: Page.requests`] for retrieving the most recent network requests from the page
13
+
14
+
### Breaking Changes
15
+
16
+
- Event [`event: BrowserContext.backgroundPage`] has been deprecated and will not be emitted. Method [`method: BrowserContext.backgroundPages`] will return an empty list
17
+
18
+
### Miscellaneous
19
+
20
+
- Aria snapshots render and compare `input``placeholder`
0 commit comments