browser_network
Inspect browser network requests metadata (method, URL, status, resource type) to debug failures. Filter by failed requests or URL pattern for targeted analysis.
Instructions
读取网络请求元数据(method/url/status/资源类型; 不含 body)。failed_only 默认 true 只看失败; url_pattern 子串过滤; 增量游标同上。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| since | No | ||
| task_id | No | ||
| failed_only | No | ||
| url_pattern | No |