playwright/packages
Vignesh Shanmugam adc9b2d390
feat: add support for browserContext.on('pageerror') (#24452)
+ fix #24466
+ Adds support for exposing the `pageerror` events via `browserContext`
API.
+ Helps with capturing the overall exceptions that are thrown outside of
the the current page and also captures the exceptions happens on other
windows/popups.
+ Keeps the API in sync with `context.on('request)',
context.on('console'), etc..`
2023-08-17 09:10:03 -07:00
..
html-reporter chore: make html report produce named attachments (#26421) 2023-08-16 18:06:04 +02:00
playwright chore: cut 1.37.0 branch (#26357) 2023-08-09 01:46:29 -07:00
playwright-chromium chore: cut 1.37.0 branch (#26357) 2023-08-09 01:46:29 -07:00
playwright-core feat: add support for browserContext.on('pageerror') (#24452) 2023-08-17 09:10:03 -07:00
playwright-ct-core chore: cut 1.37.0 branch (#26357) 2023-08-09 01:46:29 -07:00
playwright-ct-react chore: cut 1.37.0 branch (#26357) 2023-08-09 01:46:29 -07:00
playwright-ct-react17 chore: cut 1.37.0 branch (#26357) 2023-08-09 01:46:29 -07:00
playwright-ct-solid chore: cut 1.37.0 branch (#26357) 2023-08-09 01:46:29 -07:00
playwright-ct-svelte chore: cut 1.37.0 branch (#26357) 2023-08-09 01:46:29 -07:00
playwright-ct-vue chore: cut 1.37.0 branch (#26357) 2023-08-09 01:46:29 -07:00
playwright-ct-vue2 chore: cut 1.37.0 branch (#26357) 2023-08-09 01:46:29 -07:00
playwright-firefox chore: cut 1.37.0 branch (#26357) 2023-08-09 01:46:29 -07:00
playwright-test feat: display package manager in CLI help and tips (#26450) 2023-08-17 08:53:08 -07:00
playwright-webkit chore: cut 1.37.0 branch (#26357) 2023-08-09 01:46:29 -07:00
protocol/src feat: add support for browserContext.on('pageerror') (#24452) 2023-08-17 09:10:03 -07:00
recorder feat(ui): render all console / network messages in trace (#24115) 2023-07-10 12:56:56 -07:00
trace/src fix: download of attachments in UI Mode (#26407) 2023-08-17 10:57:28 +02:00
trace-viewer fix: download of attachments in UI Mode (#26407) 2023-08-17 10:57:28 +02:00
web chore: filter actions, console and network based on the timeline window (#26509) 2023-08-16 16:30:17 -07:00
.eslintrc-with-ts-config.js lint: prevent object string concatenation (#23172) 2023-05-19 15:17:43 -07:00
.eslintrc.js chore: replace process.exit with graceful closure (#24242) 2023-07-24 08:29:29 -07:00