set_value
Write text into any editable UI element by specifying its ID. Optionally replace existing content or insert at the 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
| Name | Required | Description | Default |
|---|---|---|---|
| element_id | Yes | ||
| value | Yes | ||
| replace | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |