get_console_errors
Retrieve JavaScript exceptions and warnings from a Playwright trace, with pagination options to browse all console errors for root-cause analysis.
Instructions
Returns JS exceptions and warnings. Use limit/offset to page through results.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max items to return | |
| offset | No | Number of items to skip | |
| trace_path | Yes | Absolute path to trace.zip, or a URL (https://) to download it from |