Use idb to inspect and interact with an iOS Simulator app, including accessibility-based click-through checks for changed screens.
Use this skill when a task requires driving the iOS Simulator UI, checking new navigation flows, or validating that changed screens are reachable.
idb is installed and available on PATH.idb list-targets
idb connect <UDID>
idb list-apps
idb ui describe-all
idb ui tap <x> <y>
idb ui swipe <x_start> <y_start> <x_end> <y_end>
idb ui text "example input"
idb ui describe-all | rg 'AXLabel'
idb ui tap --help
idb ui swipe --help
idb screenshot /tmp/current-screen.png
idb focus