dom_input_value
Sets the value of a DOM input element and dispatches input/change events, triggering updates for React and Vue controlled inputs during browser debugging.
Instructions
Set the value of an input element and dispatch input/change events (works with React/Vue controlled inputs).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | Text to set as the input value | |
| clear | No | Clear existing value before typing (default: false) | |
| selector | Yes | CSS selector of the input element | |
| targetId | Yes | Target ID of the tab |