inspect_network_errors
Capture console errors, uncaught JS exceptions, and HTTP 4xx/5xx failures on a specified route.
Instructions
Captures console logs (errors/warns), uncaught JS exceptions, and 4xx/5xx network failures.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| route | Yes | ||
| base_url | No | Full base URL override. See screenshot_page. | |
| port | No | Localhost port. Ignored if base_url is set. | |
| include_logs | No | Whether to include console logs/warnings |