browser_network_detail
Inspect network request details including headers, body, timing, and failure reasons during browser testing, with automatic redaction of sensitive data.
Instructions
查看本轮网络请求详情,包括请求头、响应头、请求体、响应体摘要、耗时和失败原因。输出自动脱敏。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | 最多返回记录条数,默认 50 | |
| since | No | ISO 时间戳,只返回该时间之后的记录 | |
| method | No | HTTP 方法,如 GET/POST/PUT | |
| contains | No | URL 过滤关键字,兼容旧参数 | |
| statusMax | No | 只返回状态码小于等于该值的记录 | |
| statusMin | No | 只返回状态码大于等于该值的记录 | |
| currentOnly | No | 是否只返回当前 checkpoint 之后的记录,默认 true | |
| urlContains | No | URL 过滤关键字 |