ios_describe_point
Retrieve accessibility details for UI elements at specific coordinates on iOS simulator screens using IDB integration.
Instructions
Get accessibility information for the UI element at a specific point on the iOS simulator screen. Requires IDB to be installed (brew install idb-companion).
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | Yes | X coordinate in pixels | |
| y | Yes | Y coordinate in pixels | |
| udid | No | Optional simulator UDID. Uses booted simulator if not specified. |