type
Enter text into an element character by character, enabling autocomplete and realistic input simulation during React application debugging.
Instructions
Type text into an element character by character (useful for autocomplete)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | Text to type | |
| delay | No | Delay between keystrokes in ms (default: 0) | |
| timeout | No | Timeout in ms (default: 30000) | |
| selector | Yes | CSS selector for the input element |