camofox_wait_for_text
Wait for specific text to appear on a web page to handle search results, form submissions, or dynamic content. Use with a timeout to pause automated browser tasks until expected content loads.
Instructions
Wait for specific text to appear on the page. Useful for waiting for search results, form submissions, or dynamic content loading.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | Text to wait for | |
| tabId | Yes | Tab ID | |
| timeout | No | Timeout in ms (default: 10000) |