browser_wait_for
Wait for specific text or a visible element to appear on a webpage, with configurable timeout.
Instructions
Wait until either some text appears on the page or a given ref resolves to a visible element.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ref | No | Ref that must resolve to a visible element. | |
| text | No | Substring to wait for in page text. | |
| timeoutMs | No |