get_console_logs
Retrieve browser console logs including errors, warnings, and network issues to troubleshoot page scripts and debug web applications.
Instructions
Retrieve console logs from the browser. This includes console.log/warn/error calls, exceptions, and network errors. Use this tool for troubleshooting page scripts and errors.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| clear | No | If true, clears the internal console logs cache after retrieving the current logs. Use this to reset the state and only capture new logs going forward. | |
| level_filter | No | Optional level filter (e.g., "error", "warning", "info", "log"). |