browser_set_input
Set value on React/Vue controlled inputs by invoking native setter and synthetic events, fixing fields that remain empty after standard fill.
Instructions
Set value on a FRAMEWORK-CONTROLLED input (React/Vue) via the native value setter +
input/change events. Use this when browser_type / fill silently leaves the field EMPTY
(controlled components re-derive value from state and ignore plain typing — e.g. some OTP and
masked phone inputs). Returns the resulting value + a snapshot.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ref | Yes | ||
| value | Yes | ||
| session_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |