camofox_wait_for_text
Pause automation until specified text appears on a page. Ideal for synchronizing with dynamic content loading after search queries or form submissions.
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 |
|---|---|---|---|
| tabId | Yes | Tab ID | |
| text | Yes | Text to wait for | |
| timeout | No | Timeout in ms (default: 10000) |