neko_fill
Sets text content of an element directly via DOM, bypassing keyboard events. Use for contentEditable elements or text with HTML special characters.
Instructions
Set text content of an element directly via DOM (bypasses keyboard events). Use this instead of neko_type for contentEditable elements or when text contains HTML special characters like < > &.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| html | No | If true, set innerHTML instead of textContent (for rich text editing) | |
| text | Yes | Text to set | |
| index | Yes | Element index from neko_get_state |