Version: 1.8.0
Verification
Console logs#
Console messages logged in the page can be brought into the Playwright context.
- Sync
- Async
API reference#
Page errors#
Listen for uncaught exceptions in the page with the pagerror event.
- Sync
- Async
API reference#
Page events#
"requestfailed"#
"dialog" - handle alert, confirm, prompt#
"popup" - handle popup windows#
- Sync
- Async