get_network_log
Retrieve captured network requests from an iOS WebView, filter by URL or status, and clear the log after reading.
Instructions
Retrieve captured network requests since connection or last clear
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| clear | No | Clear the log after reading | |
| filter_url | No | Regex to filter by request URL | |
| filter_status | No | Filter by HTTP status (e.g., 302, 4xx) |