chrome_type
Types text into a specific webpage element via CSS selector, with optional delay, tab index, and clear-before-type.
Instructions
Type text into a focused element or a specific element by selector
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | Text to type | |
| delay | No | Delay between keystrokes in ms (default: 0) | |
| selector | No | CSS selector to focus before typing (optional) | |
| tab_index | No | Tab index (optional) | |
| clear_first | No | Clear the field before typing (default: false) |