fill
Fills input/textarea elements by ref ID, replacing existing content and explicitly clearing email/number inputs to avoid appending.
Instructions
Fill input/textarea by ref ID. Always replaces existing content (email/number inputs are cleared explicitly first — Firefox's select-all is a no-op on those, which would otherwise append).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ref | Yes | Element ref | |
| value | Yes | Text to fill |