set_value
Set the text of an input element by clearing existing content and typing a new value, without requiring the window to be focused.
Instructions
Set the text value of an input element (clears first then types). Sets the value directly on the element — does not require the window to be focused or in the foreground.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| value | Yes | The text value to set | |
| elementId | Yes | Element ID returned by find_element |