browser_wait_for
Pause execution until specific text appears or disappears on a web page, or for a defined time duration, facilitating precise timing and conditional navigation in automated workflows.
Instructions
Wait for text to appear or disappear or a specified time to pass
Input Schema
Name | Required | Description | Default |
---|---|---|---|
text | No | The text to wait for | |
textGone | No | The text to wait for to disappear | |
time | No | The time to wait in seconds |