browser_wait_for
Wait for a specific text to appear or disappear in a browser session, or pause for a set duration to ensure page readiness.
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 | |
| time | No | The time to wait in seconds | |
| textGone | No | The text to wait for to disappear | |
| sessionId | Yes | The session ID to use for this operation |