ios_alert_status
Check whether a system or app alert is currently blocking the iOS UI, and read its text and button labels in one call. An alert covers the screen and swallows taps aimed at whatever is behind it, so this is worth checking before trusting a tap that "succeeded". Absence is a normal answer, not an error: returns {"present": false} when nothing is open. Requires an active iOS automation session.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| udid | Yes | iOS device UDID |