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
-`trigger-app-event`and `trigger-*` aliases require app-defined deep-link hooks and URL template configuration (`AGENT_DEVICE_APP_EVENT_URL_TEMPLATE` or platform-specific variants).
180
-
-`trigger-*` commands require an active session or explicit selectors (`--platform`, `--device`, `--udid`, `--serial`); on iOS physical devices, custom-scheme triggers require active app context.
178
+
-`trigger-app-event`requires app-defined deep-link hooks and URL template configuration (`AGENT_DEVICE_APP_EVENT_URL_TEMPLATE` or platform-specific variants).
179
+
-`trigger-app-event` requires an active session or explicit selectors (`--platform`, `--device`, `--udid`, `--serial`); on iOS physical devices, custom-scheme triggers require active app context.
181
180
- Canonical trigger behavior and caveats are documented in [`website/docs/docs/commands.md`](../../website/docs/docs/commands.md) under **App event triggers**.
182
181
- Permission settings are app-scoped and require an active session app:
Copy file name to clipboardExpand all lines: website/docs/docs/introduction.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,7 @@ For exploratory QA and bug-hunting workflows, see `skills/dogfood/SKILL.md` in t
31
31
- Physical-device recording requires an active app session context (`open <app>` first).
32
32
- Physical-device recording defaults to uncapped (max available) FPS and supports `--fps` caps.
33
33
- Android supports the same core interaction set, plus `push` notification simulation and `clipboard read/write` via adb shell commands.
34
-
- App-event triggers are available on iOS and Android through app-defined deep-link hooks (`trigger-app-event` and trigger aliases), using active session context or explicit device selectors.
34
+
- App-event triggers are available on iOS and Android through app-defined deep-link hooks (`trigger-app-event`), using active session context or explicit device selectors.
0 commit comments