diff --git a/docs/src/release-notes-csharp.md b/docs/src/release-notes-csharp.md index 967d75a070353..160a0094317bf 100644 --- a/docs/src/release-notes-csharp.md +++ b/docs/src/release-notes-csharp.md @@ -6,6 +6,8 @@ toc_max_heading_level: 2 ## Version 1.54 +### Highlights + - New cookie property `PartitionKey` in [`method: BrowserContext.cookies`] and [`method: BrowserContext.addCookies`]. This property allows to save and restore partitioned cookies. See [CHIPS MDN article](https://developer.mozilla.org/en-US/docs/Web/Privacy/Guides/Privacy_sandbox/Partitioned_cookies) for more information. Note that browsers have different support and defaults for cookie partitioning. - New option `--user-data-dir` in multiple commands. You can specify the same user data dir to reuse browsing state, like authentication, between sessions. @@ -28,7 +30,7 @@ This version was also tested against the following stable channels: ## Version 1.53 -### Miscellaneous +### Trace Viewer and HTML Reporter Updates - New Steps in Trace Viewer: ![New Trace Viewer Steps](https://github.com/user-attachments/assets/1963ff7d-4070-41be-a79b-4333176921a2) diff --git a/docs/src/release-notes-java.md b/docs/src/release-notes-java.md index 0f699a5a85f6a..26ee92df76b2c 100644 --- a/docs/src/release-notes-java.md +++ b/docs/src/release-notes-java.md @@ -6,6 +6,8 @@ toc_max_heading_level: 2 ## Version 1.54 +### Highlights + - New cookie property `partitionKey` in [`method: BrowserContext.cookies`] and [`method: BrowserContext.addCookies`]. This property allows to save and restore partitioned cookies. See [CHIPS MDN article](https://developer.mozilla.org/en-US/docs/Web/Privacy/Guides/Privacy_sandbox/Partitioned_cookies) for more information. Note that browsers have different support and defaults for cookie partitioning. - New option `--user-data-dir` in multiple commands. You can specify the same user data dir to reuse browsing state, like authentication, between sessions. @@ -13,7 +15,7 @@ toc_max_heading_level: 2 mvn exec:java -e -D exec.mainClass=com.microsoft.playwright.CLI -D exec.args="codegen --user-data-dir=./user-data" ``` -- `open` command does not open the test recorder anymore. Use `codegen` instead. +- `mvn exec:java -e -D exec.mainClass=com.microsoft.playwright.CLI -D exec.args=open` command does not open the test recorder anymore. Use `mvn exec:java -e -D exec.mainClass=com.microsoft.playwright.CLI -D exec.args=codegen` instead. ### Browser Versions @@ -28,7 +30,7 @@ This version was also tested against the following stable channels: ## Version 1.53 -### Miscellaneous +### Trace Viewer and HTML Reporter Updates - New Steps in Trace Viewer: ![New Trace Viewer Steps](https://github.com/user-attachments/assets/1963ff7d-4070-41be-a79b-4333176921a2) diff --git a/docs/src/release-notes-python.md b/docs/src/release-notes-python.md index beeee57291c60..095e9be78f966 100644 --- a/docs/src/release-notes-python.md +++ b/docs/src/release-notes-python.md @@ -6,6 +6,8 @@ toc_max_heading_level: 2 ## Version 1.54 +### Highlights + - New cookie property `partition_key` in [`method: BrowserContext.cookies`] and [`method: BrowserContext.addCookies`]. This property allows to save and restore partitioned cookies. See [CHIPS MDN article](https://developer.mozilla.org/en-US/docs/Web/Privacy/Guides/Privacy_sandbox/Partitioned_cookies) for more information. Note that browsers have different support and defaults for cookie partitioning. - New option `--user-data-dir` in multiple commands. You can specify the same user data dir to reuse browsing state, like authentication, between sessions. @@ -28,7 +30,7 @@ This version was also tested against the following stable channels: ## Version 1.53 -### Miscellaneous +### Trace Viewer and HTML Reporter Updates - New Steps in Trace Viewer: ![New Trace Viewer Steps](https://github.com/user-attachments/assets/1963ff7d-4070-41be-a79b-4333176921a2)