docs: add note to docs about WebInspector (#18483)

This commit is contained in:
Andrey Lushnikov 2022-11-01 14:01:02 -07:00 коммит произвёл GitHub
Родитель 57c2ed91d9
Коммит a56460acb2
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 7 добавлений и 0 удалений

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

@ -60,6 +60,13 @@ Playwright requires **Python 3.7** or newer.
Playwright requires **Java 8** or newer.
## WebKit Web Inspector
Launching WebKit Inspector during the execution will prevent the Playwright script from executing any further and
will reset pre-configured user agent and device emulation.
This is a known limitation.
## System requirements
The browser binaries for Chromium, Firefox and WebKit work across the 3 platforms (Windows, macOS, Linux):