axe - iOS Simulator Accessibility Control Control iOS Simulators using accessibility APIs for UI automation and testing. Prerequisites - Xcode with iOS Simulator - CLI in PATH Getting Simulator UDID Always use explicit UDIDs when multiple simulators might be running: axe Commands Describe UI (Accessibility Tree) Get the full accessibility tree to find elements: Tap Elements Type Text Swipe IMPORTANT : Uses , NOT : Hardware Buttons Screenshots (via simctl) Common Gotchas axe swipe parameters Use , NOT . This is a common mistake. simctl has no input command only supports and . For touch/swipe i…