app_type
Type text into an input or textarea by CSS selector or visible text, with optional Enter key press.
Instructions
Type value into an input/textarea, located by CSS selector or by text (its placeholder / accessible name). Optionally press Enter after.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | No | Target by visible text or accessible name (e.g. "Browse") | |
| exact | No | With text: require an exact match instead of substring | |
| value | Yes | The text to type | |
| selector | No | CSS selector for the element | |
| pressEnter | No |