browser_wait_for
Wait for specified text to appear or disappear, or pause for a given duration during browser automation.
Instructions
Wait for text to appear, disappear, or a specified time to pass.
Args:
text: Text to wait for to appear
text_gone: Text to wait for to disappear
time: Time to wait in seconds
Returns:
Success message when condition is met
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | No | ||
| text_gone | No | ||
| time | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |