browser_console_messages
Retrieve console messages (log, warn, error) from a webpage to debug issues in browser automation. Specify tab by ID or index for concurrent agent operations.
Instructions
Get console messages (log, warn, error) from the page.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tab_id | No | Stable tab id from browser_tabs list; preferred when multiple agents run in parallel. Mutually exclusive with tab_index. | |
| tab_index | No | Tab index from browser_tabs list. If omitted, uses the lowest-index tab. Mutually exclusive with tab_id. |