browser_type
Types text into a browser input field. Optionally clears existing content, submits the form, and caches the selector by intent for reusable automation.
Instructions
Focus + clear + insertText. Optional submit presses Enter. Pass intent to cache the selector.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ref | Yes | ||
| text | Yes | ||
| intent | No | What this field is for, e.g. "email field". Cached per (origin, intent). | |
| submit | No | ||
| clear | No | ||
| tabId | No |