browser_type
Type text into a specified field on a webpage, optionally clearing existing content and submitting the form.
Instructions
Type text into a field by ref (top-frame or iframe ref like 'f1e20'). submit=True presses Enter after. Returns a snapshot.
Pass the string as `text`. `value` is accepted as an alias for `text` (a common slip,
since browser_fill_form fields use `value`) so the call doesn't hard-error.Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ref | Yes | ||
| text | No | ||
| session_id | No | ||
| submit | No | ||
| clear | No | ||
| value | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |