get_console_messages
Retrieve browser console messages filtered by type and limited in number to aid debugging and development.
Instructions
Get browser console messages. Filter by type (error, warn, log, info, debug) and limit the number of messages returned.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | No | Filter messages by type. Use 'all' to get all messages. | all |
| limit | No | Maximum number of messages to return (default: 50) | |
| since | No | Only return messages after this timestamp (Unix timestamp in ms) |