browser_wait_for_network_idle
Wait for all network connections to become idle for 500ms before proceeding, ensuring stable page state for subsequent automation steps.
Instructions
Waits until there are no active network connections (network idle state) for at least 500ms.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| timeout | No | Maximum time to wait in milliseconds. Defaults to 10000ms. |