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`].