You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-`full|limited` mode applies only to iOS `photos`; other targets reject mode.
114
+
- On Android, non-ASCII `fill/type` may require an ADB keyboard IME on some system images; only install IME APKs from trusted sources and verify checksum/signature.
114
115
- If using `--save-script`, prefer explicit path syntax (`--save-script=flow.ad` or `./flow.ad`).
Copy file name to clipboardExpand all lines: website/docs/docs/commands.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -66,6 +66,7 @@ agent-device pinch 0.5 200 400 # zoom out at coordinates (iOS simulator)
66
66
67
67
`fill` clears then types. `type` does not clear.
68
68
On Android, `fill` also verifies text and performs one clear-and-retry pass on mismatch.
69
+
Some Android images cannot enter non-ASCII text over shell input; in that case use a trusted ADB keyboard IME and verify APK checksum/signature before install.
69
70
`swipe` accepts an optional `durationMs` argument (default `250ms`, range `16..10000`).
70
71
On iOS, swipe duration is clamped to a safe range (`16..60ms`) to avoid longpress side effects.
71
72
`scrollintoview` accepts plain text or a snapshot ref (`@eN`); ref mode uses best-effort geometry-based scrolling without post-scroll verification. Run `snapshot` again before follow-up `@ref` commands.
0 commit comments