browser_type
Enter text into a web page element using its reference, with optional submit after typing or character-by-character input.
Instructions
Type text into an editable element identified by ref
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ref | Yes | Element reference from the page snapshot | |
| text | Yes | Text to type into the element | |
| slowly | No | Type one character at a time (for triggering key handlers) | |
| submit | No | Press Enter after typing | |
| element | No | Human-readable element description |