browser_type
Enter text into editable elements on a page by target reference, with options to type character-by-character, submit via Enter, and route input to a specific browser session.
Instructions
Type text into editable element
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ref | Yes | Exact target element reference from the page snapshot | |
| text | Yes | Text to type into the element | |
| slowly | No | Whether to type one character at a time. Useful for triggering key handlers in the page. By default entire text is filled in at once. | |
| submit | No | Whether to submit entered text (press Enter after) | |
| element | No | Human-readable element description used to obtain permission to interact with the element | |
| sessionId | No | Target session ID. Omit to use the active session. |