Console and network errors
diagnoseLoad any page to capture console errors, uncaught exceptions, and failed requests, including issues thrown during initial load, so you can identify root causes of front-end failures.
Instructions
Load a page and report console errors, uncaught exceptions and failed requests. Listeners attach before navigation, so errors thrown during load are caught.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | The page to load | |
| viewport | No | Which viewport to load it at. Defaults to laptop. |