wait_for_network_idle
Wait for network activity to settle after page navigation or SPA updates, ensuring page is fully loaded before proceeding.
Instructions
Wait until the page's network activity settles (useful after navigation or SPA actions). Active tab unless browserId given.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| timeoutMs | No | Max wait in ms. Default: 8000. | |
| browserId | No | Target tab. Defaults to active. |