emulate_network_conditions
Simulate slow or offline network conditions to test how pages behave. Use reset to restore normal conditions.
Instructions
Simulate slow or offline network conditions. Use this to test how pages behave on poor connections. Set reset=true to restore normal conditions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| offline | No | Simulate offline mode | |
| latency | No | Additional latency in ms | |
| downloadThroughput | No | Download throughput in bytes/sec (e.g., 50000 for 50KB/s) | |
| uploadThroughput | No | Upload throughput in bytes/sec | |
| reset | No | Reset to normal network conditions | |
| tabId | No | Target tab ID (defaults to currently active tab) | |
| apiKey | No | API key for authentication if enabled |