browser_console
Read browser console messages (level, text, location) with optional filters. Use incremental cursor to fetch new entries since last read or full history with since=0.
Instructions
读取页面 console 输出(级别/文本/位置)。增量游标: 不传 since=接着上次读, since=0=全量; level 过滤(error/warning/log/...), pattern 正则过滤文本, limit 封顶(默认50, 超了再调一次继续)。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| level | No | ||
| limit | No | ||
| since | No | ||
| pattern | No | ||
| task_id | No |