browser_wait_for
Wait for text to appear, disappear, or a set time to pass, ensuring page conditions are met before continuing.
Instructions
Wait for text to appear, text to disappear, or a fixed number of seconds.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | No | Wait until this text appears on the page. | |
| time | No | Wait for this many seconds. | |
| textGone | No | Wait until this text is no longer on the page. |