type
Insert text into a focusable web page element, appending to any existing value. Provide a CSS or XPath selector and an optional keystroke delay.
Instructions
Type text into a focusable element, appending to any existing value. Use fill to replace the existing value instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | Text to type. | |
| delay | No | Delay between keystrokes in milliseconds (default: 0). | |
| selector | Yes | CSS or XPath selector. |