browser_wait_for
Pause automation until specific text appears or disappears, or a set time passes. Synchronizes browser actions with dynamic page content.
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 | No | Target session ID. Omit to use the active session. |