mobbin_type
Types text into an input field, clearing it first if needed, targeting a CSS selector or the focused element, and optionally pressing Enter.
Instructions
Type text into an input field. Optionally specify a CSS selector for the target input. Can press Enter after typing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | Text to type. | |
| clear | No | Clear the field before typing (default: false). | |
| selector | No | CSS selector of the input field (optional — types into focused element if omitted). | |
| pressEnter | No | Press Enter after typing (default: false). |