browser_events
Filter and view browser runtime events by type, URL, method, and status code. Output is automatically sanitized.
Instructions
查看 browser_instrument 捕获的运行时事件流,支持按事件类型、URL、方法、状态码过滤。输出会自动脱敏。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | No | 事件类型,如 fetch_start/fetch_end/xhr_end/click/input/console/window_error/unhandledrejection/route/storage_set | |
| limit | No | 最多返回事件条数,默认 100 | |
| since | No | ISO 时间戳,只返回该时间之后的事件 | |
| method | No | 只返回指定 HTTP 方法的 fetch/xhr 事件 | |
| statusMin | No | 只返回状态码大于等于该值的网络事件 | |
| urlContains | No | 只返回页面 URL 或请求 URL 包含该关键字的事件 |