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
simdeck assert <udid> --id login.button --source auto --max-depth 8
81
82
```
82
83
83
-
Default source selection prefers a connected framework inspector, then the Swift in-app agent, then native accessibility.
84
+
Default source selection prefers a connected framework inspector, then the Swift in-app agent, then native accessibility. Use `--interactive` or `-i` to keep actionable elements and the ancestor context needed to find them. For quick agent loops, `describe` can infer the device from `--device`, `SIMDECK_DEVICE`, `SIMDECK_UDID`, or the only booted simulator.
84
85
85
86
## Performance
86
87
@@ -97,12 +98,13 @@ Performance data is simulator-only and uses host-process telemetry for matching
97
98
98
99
## Input
99
100
100
-
Coordinates are screen points unless `--normalized` is present.
101
+
Coordinates are screen points unless `--normalized` is present.`tap "Continue"` is shorthand for a label tap on the inferred device. Use `--device <udid>` or `SIMDECK_DEVICE=<udid>` when more than one simulator is booted.
101
102
102
103
```sh
103
104
simdeck tap <udid> 120 240
104
105
simdeck tap <udid> 0.5 0.5 --normalized
105
106
simdeck tap <udid> --label "Continue" --wait-timeout-ms 5000
`auto` source selection uses the best available source and falls back to accessibility.
28
+
`auto` source selection uses the best available source and falls back to accessibility. Add `--interactive` or `-i` for a smaller agent-oriented tree of actionable elements plus ancestors.
0 commit comments