docs: document PWDEBUG=console disables timeout (#27725)

Fixes https://github.com/microsoft/playwright/issues/27691

Signed-off-by: Max Schmitt <max@schmitt.mx>
This commit is contained in:
Max Schmitt 2023-10-20 11:10:29 +02:00 committed by GitHub
parent a9bfb22852
commit 9fcfe68fcb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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).
<img width="1399" alt="Browser Developer Tools with Playwright object" src="https://user-images.githubusercontent.com/13063165/219128002-898f604d-9697-4b7f-95b5-a6a8260b7282.png" />