tap_type
Type text into web inputs and editors. Auto-detects CodeMirror, Draft.js, ProseMirror, and standard fields. Returns the current value and validation errors.
Instructions
Type text into an input. Auto-detects editor type (standard input, contentEditable, CodeMirror, Draft.js, ProseMirror). Returns the current value — if it doesn't match your input, try tap.eval with execCommand('insertText') or the editor's native API. After typing, check inspect.toasts for validation errors (e.g. max length exceeded).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| selector | Yes | ||
| text | Yes |