docs(dotnet): add devices property (#6530)

This commit is contained in:
Darío Kondratiuk 2021-05-12 12:09:47 -03:00 committed by GitHub
parent 0d3d2d3384
commit 6023c6746a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -129,6 +129,12 @@ with sync_playwright() as 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
* langs: js
- type: <[Object]>