Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion dotnet/docs/release-notes.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion java/docs/release-notes.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 1 addition & 2 deletions nodejs/docs/release-notes.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand All @@ -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
Expand Down
1 change: 0 additions & 1 deletion python/docs/release-notes.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading