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
+27Lines changed: 27 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,33 @@ title: "Release notes"
4
4
toc_max_heading_level: 2
5
5
---
6
6
7
+
## Version 1.55
8
+
9
+
### Codegen
10
+
11
+
- Automatic `toBeVisible()` assertions: Codegen can now generate automatic `toBeVisible()` assertions for common UI interactions. This feature can be enabled in the Codegen settings UI.
12
+
13
+
### Breaking Changes
14
+
15
+
- ⚠️ Dropped support for Chromium extension manifest v2.
16
+
17
+
### Miscellaneous
18
+
19
+
- Added support for Debian 13 "Trixie".
20
+
- Added support for Xunit v3 as part of [`Microsoft.Playwright.Xunit.v3`](https://www.nuget.org/packages/Microsoft.Playwright.Xunit.v3)
21
+
- Added support for MSTest v4 as part of [`Microsoft.Playwright.MSTest.v4`](https://www.nuget.org/packages/Microsoft.Playwright.MSTest.v4)
22
+
23
+
### Browser Versions
24
+
25
+
- Chromium 140.0.7339.16
26
+
- Mozilla Firefox 141.0
27
+
- WebKit 26.0
28
+
29
+
This version was also tested against the following stable channels:
Copy file name to clipboardExpand all lines: docs/src/release-notes-java.md
+25Lines changed: 25 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,31 @@ title: "Release notes"
4
4
toc_max_heading_level: 2
5
5
---
6
6
7
+
## Version 1.55
8
+
9
+
### Codegen
10
+
11
+
- Automatic `toBeVisible()` assertions: Codegen can now generate automatic `toBeVisible()` assertions for common UI interactions. This feature can be enabled in the Codegen settings UI.
12
+
13
+
### Breaking Changes
14
+
15
+
- ⚠️ Dropped support for Chromium extension manifest v2.
16
+
17
+
### Miscellaneous
18
+
19
+
- Added support for Debian 13 "Trixie".
20
+
21
+
### Browser Versions
22
+
23
+
- Chromium 140.0.7339.16
24
+
- Mozilla Firefox 141.0
25
+
- WebKit 26.0
26
+
27
+
This version was also tested against the following stable channels:
Copy file name to clipboardExpand all lines: docs/src/release-notes-js.md
+29Lines changed: 29 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,35 @@ toc_max_heading_level: 2
6
6
7
7
import LiteYouTube from '@site/src/components/LiteYouTube';
8
8
9
+
## Version 1.55
10
+
11
+
### New APIs
12
+
13
+
- New Property [`property: TestStepInfo.titlePath`] Returns the full title path starting from the test file, including test and step titles.
14
+
15
+
### Codegen
16
+
17
+
- Automatic `toBeVisible()` assertions: Codegen can now generate automatic `toBeVisible()` assertions for common UI interactions. This feature can be enabled in the Codegen settings UI.
18
+
19
+
### Breaking Changes
20
+
21
+
- ⚠️ Dropped support for Chromium extension manifest v2.
22
+
23
+
### Miscellaneous
24
+
25
+
- Added support for Debian 13 "Trixie".
26
+
27
+
### Browser Versions
28
+
29
+
- Chromium 140.0.7339.16
30
+
- Mozilla Firefox 141.0
31
+
- WebKit 26.0
32
+
33
+
This version was also tested against the following stable channels:
Copy file name to clipboardExpand all lines: docs/src/release-notes-python.md
+25Lines changed: 25 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,31 @@ title: "Release notes"
4
4
toc_max_heading_level: 2
5
5
---
6
6
7
+
## Version 1.55
8
+
9
+
### Codegen
10
+
11
+
- Automatic `toBeVisible()` assertions: Codegen can now generate automatic `toBeVisible()` assertions for common UI interactions. This feature can be enabled in the Codegen settings UI.
12
+
13
+
### Breaking Changes
14
+
15
+
- ⚠️ Dropped support for Chromium extension manifest v2.
16
+
17
+
### Miscellaneous
18
+
19
+
- Added support for Debian 13 "Trixie".
20
+
21
+
### Browser Versions
22
+
23
+
- Chromium 140.0.7339.16
24
+
- Mozilla Firefox 141.0
25
+
- WebKit 26.0
26
+
27
+
This version was also tested against the following stable channels:
0 commit comments