network_enable_intercept
Intercept and capture all HTTP requests, including login requests, by activating network interception. Optionally filter by URL patterns to focus on specific endpoints.
Instructions
开启网络请求拦截,捕获所有HTTP请求(特别是登录请求)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| urlPatterns | No | URL过滤模式列表,如['*login*','*auth*'],不填则拦截所有请求 |