browser_wait_for
Wait for specified text to appear or disappear, or pause for a given duration in seconds.
Instructions
Wait for text to appear or disappear or a specified time to pass
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| time | No | The time to wait in seconds | |
| text | No | The text to wait for | |
| textGone | No | The text to wait for to disappear |