Skip to content

Commit

Permalink
docs: document PWDEBUG=console disables timeout (#27725)
Browse files Browse the repository at this point in the history
Fixes #27691

Signed-off-by: Max Schmitt <max@schmitt.mx>
  • Loading branch information
mxschmitt authored Oct 20, 2023
1 parent a9bfb22 commit 9fcfe68
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/src/debug.md
Original file line number Diff line number Diff line change
Expand Up @@ -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" />

Expand Down

0 comments on commit 9fcfe68

Please sign in to comment.