From a56460acb2a8e3adda4e7b4a5039820bc66e67fe Mon Sep 17 00:00:00 2001 From: Andrey Lushnikov Date: Tue, 1 Nov 2022 14:01:02 -0700 Subject: [PATCH] docs: add note to docs about WebInspector (#18483) --- docs/src/troubleshooting.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/src/troubleshooting.md b/docs/src/troubleshooting.md index a5049d6131..d78e968648 100644 --- a/docs/src/troubleshooting.md +++ b/docs/src/troubleshooting.md @@ -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):