browser_har_export
Export captured network records to a HAR JSON file including headers, body summaries, status codes, and timing. Output is automatically sanitized.
Instructions
将当前采集的网络记录导出为简化 HAR JSON 文件,包含请求/响应头、请求/响应体摘要、状态码和耗时。输出自动脱敏。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | 导出的 HAR 文件名,不含扩展名 | |
| since | No | ISO 时间戳,只导出该时间之后的记录 | |
| method | No | HTTP 方法,如 GET/POST/PUT | |
| contains | No | URL 过滤关键字,兼容旧参数 | |
| statusMax | No | 只导出状态码小于等于该值的记录 | |
| statusMin | No | 只导出状态码大于等于该值的记录 | |
| currentOnly | No | 是否只导出当前 checkpoint 之后的记录,默认 true | |
| urlContains | No | URL 过滤关键字 |