get_console
Retrieve browser console logs to identify errors, warnings, and debug output. Filter by level or text to isolate specific issues.
Instructions
Get console log entries from the page. Useful for seeing errors, warnings, and debug output.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| last | No | Return only the last N entries | |
| level | No | Filter by log level | |
| search | No | Filter logs containing this text |