docs(dotnet): add devices property (#6530)
This commit is contained in:
parent
0d3d2d3384
commit
6023c6746a
|
|
@ -129,6 +129,12 @@ with sync_playwright() as playwright:
|
||||||
run(playwright)
|
run(playwright)
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## property: Playwright.devices
|
||||||
|
* langs: csharp
|
||||||
|
- type: <[IReadOnlyDictionary<string, BrowserContextOptions>]>
|
||||||
|
|
||||||
|
Returns a dictionary of devices to be used with [`method: Browser.newContext`] or [`method: Browser.newPage`].
|
||||||
|
|
||||||
## property: Playwright.errors
|
## property: Playwright.errors
|
||||||
* langs: js
|
* langs: js
|
||||||
- type: <[Object]>
|
- type: <[Object]>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue