wait_for_network_idle
Wait until the browser has no active network requests for a specified quiet period, ensuring the page is fully loaded before proceeding. Use to avoid interrupting in-flight operations.
Instructions
Wait until there are no in-flight requests for idle_ms continuously. Requests are counted from the moment the page was opened, so one that was ALREADY in flight when you call this is not mistaken for idle.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| idle_ms | No | How long the network must stay quiet before returning. | |
| timeout_ms | No |