Skip to content

Commit

Permalink
docs(dotnet): add devices property (#6530)
Browse files Browse the repository at this point in the history
  • Loading branch information
kblok committed May 12, 2021
1 parent 0d3d2d3 commit 6023c67
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/src/api/class-playwright.md
Expand Up @@ -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]>
Expand Down

0 comments on commit 6023c67

Please sign in to comment.