From 6023c6746a66f4d6c20e20fd2553968491223df0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dar=C3=ADo=20Kondratiuk?= Date: Wed, 12 May 2021 12:09:47 -0300 Subject: [PATCH] docs(dotnet): add devices property (#6530) --- docs/src/api/class-playwright.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/src/api/class-playwright.md b/docs/src/api/class-playwright.md index e0c6984606..ec978847a8 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]>