comet_type
Type text into a specified input field on the current Comet page using a CSS selector, with optional clearing and pressing Enter.
Instructions
Type text into an input field in the current Comet page.
Args: selector: CSS selector of the input field. text: Text to type into the field. press_enter: Whether to press Enter after typing. clear_first: Whether to clear the field before typing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | ||
| selector | Yes | ||
| clear_first | No | ||
| press_enter | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |