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