spa_wait_idle
Wait for the DOM to stop mutating in single-page apps, ensuring page stability before interactions.
Instructions
Wait for DOM to become idle (no mutations). Useful for SPAs that update the DOM frequently.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| maxWait | No | Maximum wait time in ms | |
| session | No | Session ID | default |
| idleTime | No | Required idle time in ms |