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

This commit is contained in:
Yury Semikhatsky 2021-02-11 12:26:10 -08:00 коммит произвёл GitHub
Родитель 99f8e1cf63
Коммит 7551c01a84
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

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