camofox_wait_for_text
Wait for specific text to appear on a webpage, confirming dynamic content loading, search results, 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) |