repl_expect
Blocks until a regex matches the prompt, session idles, child exits, or timeout, ensuring reliable mobile automation synchronization.
Instructions
Block until a prompt regex matches, the session idles, the child exits, or the timeout fires.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| regex | No | ||
| idleMs | No | ||
| timeoutMs | No |