mirror of
https://github.com/microsoft/playwright.git
synced 2025-06-26 21:40:17 +00:00
docs(emulation): add a missing closing bracket (#23575)
This commit is contained in:
parent
c3bc8e0620
commit
d279a8c242
@ -210,6 +210,7 @@ await page.set_viewport_size({"width": 1600, "height": 1200})
|
||||
context = browser.new_context(
|
||||
viewport={ 'width': 2560, 'height': 1440 },
|
||||
device_scale_factor=2,
|
||||
)
|
||||
```
|
||||
|
||||
```csharp
|
||||
@ -774,4 +775,4 @@ context = browser.new_context(
|
||||
|
||||
```csharp
|
||||
var context = await browser.NewContextAsync(new() { JavaScriptEnabled = true });
|
||||
```
|
||||
```
|
||||
|
Loading…
x
Reference in New Issue
Block a user