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
Copy file name to clipboardExpand all lines: skills/agent-device/SKILL.md
+5-2Lines changed: 5 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
---
2
2
name: agent-device
3
-
description: Automates mobile and simulator interactions for iOS and Android devices. Use when navigating apps, taking snapshots/screenshots, tapping, typing, scrolling, or extracting UI info on mobile devices or simulators.
3
+
description: Automates mobile and simulator interactions for iOS and Android devices. Use when navigating apps, taking snapshots/screenshots, tapping, typing, scrolling, pinching, or extracting UI info on mobile devices or simulators.
4
4
---
5
5
6
6
# Mobile Automation with agent-device
@@ -102,6 +102,8 @@ agent-device type "text" # Type into focused field
102
102
agent-device press 300 500 # Tap by coordinates
103
103
agent-device long-press 300 500 800 # Long press (where supported)
104
104
agent-device scroll down 0.5
105
+
agent-device pinch 2.0 # Zoom in 2x (iOS simulator)
106
+
agent-device pinch 0.5 200 400 # Zoom out at coordinates (iOS simulator)
0 commit comments