diff --git a/dotnet/docs/release-notes.mdx b/dotnet/docs/release-notes.mdx index 9c772f68a33..3b1eb6a4fe3 100644 --- a/dotnet/docs/release-notes.mdx +++ b/dotnet/docs/release-notes.mdx @@ -16,7 +16,6 @@ import HTMLCard from '@site/src/components/HTMLCard'; ``` - `pwsh bin/Debug/netX/playwright.ps1 open` does not open the test recorder anymore. Use `pwsh bin/Debug/netX/playwright.ps1 codegen` instead. -- Chromium has been changing WebGL support, based on the available GPU. There is a new flag `--enable-gpu` available in [chromium headless shell](./browsers.mdx#chromium-headless-shell) that you can try on your hardware. ### Browser Versions - Chromium 139.0.7258.5 diff --git a/java/docs/release-notes.mdx b/java/docs/release-notes.mdx index f78ac297e6e..e60edacfdae 100644 --- a/java/docs/release-notes.mdx +++ b/java/docs/release-notes.mdx @@ -16,7 +16,6 @@ import HTMLCard from '@site/src/components/HTMLCard'; ``` - `open` command does not open the test recorder anymore. Use `codegen` instead. -- Chromium has been changing WebGL support, based on the available GPU. There is a new flag `--enable-gpu` available in [chromium headless shell](./browsers.mdx#chromium-headless-shell) that you can try on your hardware. ### Browser Versions - Chromium 139.0.7258.5 diff --git a/nodejs/docs/release-notes.mdx b/nodejs/docs/release-notes.mdx index 1b4f2e23c3f..63de29ef9e6 100644 --- a/nodejs/docs/release-notes.mdx +++ b/nodejs/docs/release-notes.mdx @@ -13,7 +13,7 @@ import LiteYouTube from '@site/src/components/LiteYouTube'; ### Highlights - New cookie property `partitionKey` in [browserContext.cookies()](/api/class-browsercontext.mdx#browser-context-cookies) and [browserContext.addCookies()](/api/class-browsercontext.mdx#browser-context-add-cookies). 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 `noSnippets` to disable snippets in the html report. +- New option `noSnippets` to disable code snippets in the html report. ```js import { defineConfig } from '@playwright/test'; @@ -38,7 +38,6 @@ import LiteYouTube from '@site/src/components/LiteYouTube'; ### Miscellaneous - Support for Node.js 16 has been removed. - Support for Node.js 18 has been deprecated, and will be removed in the future. -- Chromium has been changing WebGL support, based on the available GPU. There is a new flag `--enable-gpu` available in [chromium headless shell](./browsers.mdx#chromium-headless-shell) that you can try on your hardware. ### Browser Versions - Chromium 139.0.7258.5 diff --git a/python/docs/release-notes.mdx b/python/docs/release-notes.mdx index b889fb5f05e..0cc6bc57f48 100644 --- a/python/docs/release-notes.mdx +++ b/python/docs/release-notes.mdx @@ -16,7 +16,6 @@ import HTMLCard from '@site/src/components/HTMLCard'; ``` - `playwright open` does not open the test recorder anymore. Use `playwright codegen` instead. -- Chromium has been changing WebGL support, based on the available GPU. There is a new flag `--enable-gpu` available in [chromium headless shell](./browsers.mdx#chromium-headless-shell) that you can try on your hardware. ### Browser Versions - Chromium 139.0.7258.5