browser_wait_for
Pause browser automation until text appears or disappears, or wait a fixed time. Then capture a snapshot of the current page state.
Instructions
Wait for text to appear, text to disappear, or a fixed time.
Provide exactly one of text, text_gone, or time_ms.
Returns a fresh AI snapshot.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| session_id | No | ||
| text | No | ||
| text_gone | No | ||
| time_ms | No |