camofox_wait_for_text
Wait until specified text appears on a webpage. Use this to pause automation until search results load or form submissions complete, ensuring dynamic content is ready before proceeding.
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) |