browser_type
Types text into a form field identified by a reference. Optionally clears the field before typing and submits by pressing Enter.
Instructions
Type text into the field identified by ref.
Set clear=true to empty the field first, submit=true to press Enter after. Returns a fresh AI snapshot.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| element | Yes | ||
| ref | Yes | ||
| text | Yes | ||
| session_id | No | ||
| submit | No | ||
| clear | No |