diff --git a/docs/src/api/class-playwright.md b/docs/src/api/class-playwright.md index e0c69846062a5..ec978847a8e48 100644 --- a/docs/src/api/class-playwright.md +++ b/docs/src/api/class-playwright.md @@ -129,6 +129,12 @@ with sync_playwright() as playwright: run(playwright) ``` +## property: Playwright.devices +* langs: csharp +- type: <[IReadOnlyDictionary]> + +Returns a dictionary of devices to be used with [`method: Browser.newContext`] or [`method: Browser.newPage`]. + ## property: Playwright.errors * langs: js - type: <[Object]>