browser_type
Focus a specified text field, type text into it, and optionally submit by pressing Enter to complete actions like search.
Instructions
Focus a text field by ref and type text into it. Set submit=true to press Enter afterward (e.g. to submit a search).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ref | Yes | ||
| text | Yes | ||
| clear | No | Clear the field first (default true). | |
| submit | No | Press Enter after typing. |