browser_type
Type text into editable web elements, supporting slow typing for key handlers and optional form submission.
Instructions
Type text into an editable element.
Args:
element: Human-readable element description
ref: Exact target element reference from the page snapshot
text: Text to type into the element
slowly: Whether to type one character at a time (useful for key handlers)
submit: Whether to submit entered text (press Enter after)
Returns:
Success message
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| element | Yes | ||
| ref | Yes | ||
| text | Yes | ||
| slowly | No | ||
| submit | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |