clikta_type
Types text into a browser field during a recording and logs it as a step for creating demos and guides.
Instructions
Fill a text field in the active recording's browser and log it as a step.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Accessible name to match, used together with `role`. | |
| role | No | ARIA role, e.g. 'button', 'link', 'textbox'. Best paired with `name`. | |
| text | No | Visible text to match, when the role isn't known. | |
| value | Yes | Text to type into the field | |
| selector | No | Raw CSS selector, as a last resort. |