Replace text field value
browser_typeReplace text in a specified input or textarea field without submitting the form. Returns status and element ID; errors for missing or non-editable fields.
Instructions
Replaces the full value of a text-like input or textarea identified by element_id; it does not submit the form. Use browser_press for single-key edits or activation. An omitted session_id targets the active/default session. Returns status typed, the element ID, and the supplied text; missing or non-editable elements return an error object and are not changed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | Text content to enter into element. | |
| element_id | Yes | Stable element ID to type into. | |
| session_id | No | Optional browser tab/session identifier. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||