comet_wait
Wait for a specific page element to appear or pause browsing for a set number of seconds. This resolves timing issues by letting the browser finish loading before interacting with the page.
Instructions
Wait for a specific element or a fixed duration.
Args: selector: CSS selector to wait for. seconds: Fixed seconds to wait.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| seconds | No | ||
| selector | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |