browser_wait_for_text
Wait for specific text to appear on the page, with a configurable timeout to avoid blocking indefinitely.
Instructions
Wait until a piece of text becomes visible on the page, or the timeout runs out.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | Text to wait for (substring match). | |
| timeout | No | Max wait in seconds. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |