network_get_requests
Retrieve summaries of intercepted network requests, with options to filter by HTTP method, URL pattern, or to isolate login requests for analysis.
Instructions
获取已拦截的所有请求列表摘要
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| method | No | 按HTTP方法过滤,如POST | |
| urlPattern | No | 按URL正则过滤 | |
| loginOnly | No | 仅返回疑似登录请求 |