browser_wait
Wait for page to settle after dynamic content loading, ensuring no DOM mutations and network idle. Returns whether settled and mutation count.
Instructions
Wait for the page to settle (no DOM mutations + network idle).
Use after actions that trigger dynamic content loading. Returns whether the page settled and how many DOM mutations occurred.
Args: page_id: Target page ID. timeout_ms: Max wait time in milliseconds (default: 5000).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page_id | Yes | ||
| timeout_ms | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||