browser_wait_for
Wait for text to appear or disappear, or pause for a set number of seconds, to synchronize browser automation steps.
Instructions
Wait for text to appear or disappear, or wait for a specified time
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | No | Text to wait for on the page | |
| time | No | Time to wait in seconds | |
| textGone | No | Text to wait for to disappear |