wait_for_idle
Wait until the web page has no DOM mutations for a defined quiet period, ensuring it is stable and ready for subsequent interactions.
Instructions
Wait until the page has been quiet (no DOM mutations) for quiet_ms.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| timeout | No | ||
| quiet_ms | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |