From 7551c01a844e341e60605452b92ffe6fb7d30d6b Mon Sep 17 00:00:00 2001 From: Yury Semikhatsky Date: Thu, 11 Feb 2021 12:26:10 -0800 Subject: [PATCH] docs: remove devices property from c# and java (#5423) --- docs/src/api/class-playwright.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/src/api/class-playwright.md b/docs/src/api/class-playwright.md index 18eb2fce1b..51a28fb7fd 100644 --- a/docs/src/api/class-playwright.md +++ b/docs/src/api/class-playwright.md @@ -54,6 +54,7 @@ with sync_playwright() as playwright: This object can be used to launch or connect to Chromium, returning instances of [ChromiumBrowser]. ## property: Playwright.devices +* langs: js, python - type: <[Object]> Returns a dictionary of devices to be used with [`method: Browser.newContext`] or [`method: Browser.newPage`].