docs: release notes for ports (#23670)
This commit is contained in:
parent
a1cdae6bff
commit
ea7e9822aa
|
|
@ -4,6 +4,29 @@ title: "Release notes"
|
||||||
toc_max_heading_level: 2
|
toc_max_heading_level: 2
|
||||||
---
|
---
|
||||||
|
|
||||||
|
## Version 1.35
|
||||||
|
|
||||||
|
### Highlights
|
||||||
|
|
||||||
|
* New option `maskColor` for methods [`method: Page.screenshot`] and [`method: Locator.screenshot`] to change default masking color.
|
||||||
|
|
||||||
|
* New `uninstall` CLI command to uninstall browser binaries:
|
||||||
|
```bash
|
||||||
|
$ pwsh bin/Debug/netX/playwright.ps1 uninstall # remove browsers installed by this installation
|
||||||
|
$ pwsh bin/Debug/netX/playwright.ps1 uninstall --all # remove all ever-install Playwright browsers
|
||||||
|
```
|
||||||
|
|
||||||
|
### Browser Versions
|
||||||
|
|
||||||
|
* Chromium 115.0.5790.13
|
||||||
|
* Mozilla Firefox 113.0
|
||||||
|
* WebKit 16.4
|
||||||
|
|
||||||
|
This version was also tested against the following stable channels:
|
||||||
|
|
||||||
|
* Google Chrome 114
|
||||||
|
* Microsoft Edge 114
|
||||||
|
|
||||||
## Version 1.34
|
## Version 1.34
|
||||||
|
|
||||||
### Highlights
|
### Highlights
|
||||||
|
|
|
||||||
|
|
@ -12,6 +12,29 @@ toc_max_heading_level: 2
|
||||||
|
|
||||||
import LiteYouTube from '@site/src/components/LiteYouTube';
|
import LiteYouTube from '@site/src/components/LiteYouTube';
|
||||||
|
|
||||||
|
## Version 1.35
|
||||||
|
|
||||||
|
### Highlights
|
||||||
|
|
||||||
|
* New option `maskColor` for methods [`method: Page.screenshot`] and [`method: Locator.screenshot`] to change default masking color.
|
||||||
|
|
||||||
|
* New `uninstall` CLI command to uninstall browser binaries:
|
||||||
|
```bash
|
||||||
|
$ mvn exec:java -e -D exec.mainClass=com.microsoft.playwright.CLI -D exec.args="uninstall" # remove browsers installed by this installation
|
||||||
|
$ mvn exec:java -e -D exec.mainClass=com.microsoft.playwright.CLI -D exec.args="uninstall --all" # remove all ever-install Playwright browsers
|
||||||
|
```
|
||||||
|
|
||||||
|
### Browser Versions
|
||||||
|
|
||||||
|
* Chromium 115.0.5790.13
|
||||||
|
* Mozilla Firefox 113.0
|
||||||
|
* WebKit 16.4
|
||||||
|
|
||||||
|
This version was also tested against the following stable channels:
|
||||||
|
|
||||||
|
* Google Chrome 114
|
||||||
|
* Microsoft Edge 114
|
||||||
|
|
||||||
## Version 1.34
|
## Version 1.34
|
||||||
|
|
||||||
### Highlights
|
### Highlights
|
||||||
|
|
|
||||||
|
|
@ -4,6 +4,29 @@ title: "Release notes"
|
||||||
toc_max_heading_level: 2
|
toc_max_heading_level: 2
|
||||||
---
|
---
|
||||||
|
|
||||||
|
## Version 1.35
|
||||||
|
|
||||||
|
### Highlights
|
||||||
|
|
||||||
|
* New option `maskColor` for methods [`method: Page.screenshot`] and [`method: Locator.screenshot`] to change default masking color.
|
||||||
|
|
||||||
|
* New `uninstall` CLI command to uninstall browser binaries:
|
||||||
|
```bash
|
||||||
|
$ playwright uninstall # remove browsers installed by this installation
|
||||||
|
$ playwright uninstall --all # remove all ever-install Playwright browsers
|
||||||
|
```
|
||||||
|
|
||||||
|
### Browser Versions
|
||||||
|
|
||||||
|
* Chromium 115.0.5790.13
|
||||||
|
* Mozilla Firefox 113.0
|
||||||
|
* WebKit 16.4
|
||||||
|
|
||||||
|
This version was also tested against the following stable channels:
|
||||||
|
|
||||||
|
* Google Chrome 114
|
||||||
|
* Microsoft Edge 114
|
||||||
|
|
||||||
## Version 1.34
|
## Version 1.34
|
||||||
|
|
||||||
### Highlights
|
### Highlights
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue