docs: remove devices property from c# and java (#5423)

This commit is contained in:
Yury Semikhatsky 2021-02-11 12:26:10 -08:00 committed by GitHub
parent 99f8e1cf63
commit 7551c01a84
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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