ios_scroll_to_element
Scroll the screen until a UI element with the given label becomes visible, then return its coordinates. Eliminates multi-swipe guesswork for off-screen content. Requires an active iOS automation session (auto-starts if needed).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| udid | Yes | iOS device UDID | |
| label | Yes | Accessibility label or text of the element to scroll to | |
| direction | No | Scroll direction (default: down) |