smart_type_text
Types text in iOS app UI fields by simulating human-like keyboard input with configurable per-character delay and retry logic. Prefers real text fields and avoids hot-search chips.
Instructions
PREFERRED typing: tap real input (ref|x,y) → wait typable FR → 拟人逐字. Rejects chrome/chips (好友/有什麼好事). TikTok AWESearchBar may canInsertText=false but still types. Prefer wide search-bar [input]; avoid hot-search chips. retryOnFail default false. resnapshot default true.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | No | ||
| y | No | ||
| ref | No | Real text field ref only | |
| text | Yes | ||
| resnapshot | No | Default true | |
| retryOnFail | No | Default false — avoid kill-session retry storms | |
| perCharDelayMs | No | Default 90 | |
| waitKeyboardMs | No | Default 2000 |