type
Type text into any input by APOM ID or CSS selector, automatically syncing React, Vue, and Angular component state.
Instructions
Type text into input by APOM ID (preferred) or CSS selector. Updates React/Vue/Angular state automatically.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | APOM element ID from analyzePage (e.g., 'input_20'). Either id or selector required. | |
| text | Yes | Text to type | |
| delay | No | Keystroke delay ms (default: 30) | |
| selector | No | CSS selector (e.g., '#email'). Either id or selector required. | |
| clearFirst | No | Clear first (default: true) |