zen_fill
Fills text inputs or textareas with a specified value, clearing existing content and dispatching input/change events for framework compatibility.
Instructions
Fill a text input or textarea with a value. Clears existing content first. Dispatches input/change events for framework compatibility.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| selector | Yes | CSS selector of input/textarea | |
| value | Yes | Value to fill |