This commit is contained in:
parent
e9c42a16d8
commit
354f6ea337
|
|
@ -120,7 +120,7 @@ Note that the new methods [`method: Page.routeFromHAR`] and [`method: BrowserCon
|
||||||
```csharp
|
```csharp
|
||||||
var context = await Browser.NewContextAsync(new() { RecordHarPath = "example.har", RecordHarMode = HarMode.Minimal });
|
var context = await Browser.NewContextAsync(new() { RecordHarPath = "example.har", RecordHarMode = HarMode.Minimal });
|
||||||
```
|
```
|
||||||
* Playwright now runs on Ubuntu 22 amd64 and Ubuntu 22 arm64. We also publish new docker image `mcr.microsoft.com/playwright/dotnet:v1.23.1-jammy`.
|
* Playwright now runs on Ubuntu 22 amd64 and Ubuntu 22 arm64.
|
||||||
* Playwright for .NET now supports **linux-arm64** and provides a **arm64 Ubuntu 20.04 Docker image** for it.
|
* Playwright for .NET now supports **linux-arm64** and provides a **arm64 Ubuntu 20.04 Docker image** for it.
|
||||||
|
|
||||||
## Version 1.22
|
## Version 1.22
|
||||||
|
|
|
||||||
|
|
@ -89,7 +89,7 @@ Note that the new methods [`method: Page.routeFromHAR`] and [`method: BrowserCon
|
||||||
.setRecordHarPath(Paths.get("example.har"))
|
.setRecordHarPath(Paths.get("example.har"))
|
||||||
.setRecordHarMode(HarMode.MINIMAL));
|
.setRecordHarMode(HarMode.MINIMAL));
|
||||||
```
|
```
|
||||||
* Playwright now runs on Ubuntu 22 amd64 and Ubuntu 22 arm64. We also publish new docker image `mcr.microsoft.com/playwright/java:v1.23.1-jammy`.
|
* Playwright now runs on Ubuntu 22 amd64 and Ubuntu 22 arm64.
|
||||||
|
|
||||||
|
|
||||||
## Version 1.22
|
## Version 1.22
|
||||||
|
|
|
||||||
|
|
@ -133,7 +133,7 @@ Note that the new methods [`method: Page.routeFromHAR`] and [`method: BrowserCon
|
||||||
context = browser.new_context(record_har_mode="minimal", record_har_path="har.har")
|
context = browser.new_context(record_har_mode="minimal", record_har_path="har.har")
|
||||||
```
|
```
|
||||||
|
|
||||||
* Playwright now runs on Ubuntu 22 amd64 and Ubuntu 22 arm64. We also publish new docker image `mcr.microsoft.com/playwright/python:v1.23.1-jammy`.
|
* Playwright now runs on Ubuntu 22 amd64 and Ubuntu 22 arm64.
|
||||||
|
|
||||||
|
|
||||||
## Version 1.22
|
## Version 1.22
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue