set_value
Set text content in editable UI elements like text fields and combo boxes, with options to replace existing content or insert at cursor position.
Instructions
Set text content of an editable element.
Args:
element_id: The element ID (a text field, combo box, etc.).
value: The text to write.
replace: If true, clear the field first and replace all content.
If false (default), insert at the current cursor position.Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| element_id | Yes | ||
| value | Yes | ||
| replace | No |