Wait for
browser_wait_forWait for text to appear or disappear on the current page, or pause for a fixed duration. Uses a MutationObserver to detect changes and returns as soon as the condition is met.
Instructions
Wait for text to appear or disappear, or for a fixed time. Uses a MutationObserver, so it returns the instant the text shows up.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | No | The text to wait for | |
| time | No | The time to wait in seconds | |
| timeout | No | Timeout in seconds when waiting for text (default 10) | |
| textGone | No | The text to wait for to disappear |