From 9fcfe68fcbd163ccdaa4a61e480db9507b19da2d Mon Sep 17 00:00:00 2001 From: Max Schmitt Date: Fri, 20 Oct 2023 11:10:29 +0200 Subject: [PATCH] docs: document PWDEBUG=console disables timeout (#27725) Fixes https://github.com/microsoft/playwright/issues/27691 Signed-off-by: Max Schmitt --- docs/src/debug.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/src/debug.md b/docs/src/debug.md index d47eafe21b..42b8bbdbf4 100644 --- a/docs/src/debug.md +++ b/docs/src/debug.md @@ -238,6 +238,7 @@ When running in Debug Mode with `PWDEBUG=console`, a `playwright` object is avai - **See console logs** during execution (or learn how to [read logs via API](./api/class-page.md#page-event-console)) - Check **network activity** and other developer tools features +This will also set the default timeouts of Playwright to 0 (= no timeout). Browser Developer Tools with Playwright object