network_setup_handler
Configure automatic interception handler to block URL patterns, modify headers, or mock responses for network requests.
Instructions
Set up automatic interception handler with blocking, modification, and mocking rules
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| block_patterns | No | URL patterns to block | |
| modify_headers | No | Headers to add/modify for all requests | |
| mock_responses | No | URL patterns and mock response data |