axiom-axe-ref

Reference AXe CLI commands for iOS Simulator UI automation.

Updated Dec 3, 2025
One-click install
npx skills add https://github.com/tuliopc23/flying-dutchman-app --skill axiom-axe-ref
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: axiom-axe-ref
Source: https://github.com/tuliopc23/flying-dutchman-app/tree/main/.claude/skills/axiom-axe-ref
Command: npx skills add https://github.com/tuliopc23/flying-dutchman-app --skill axiom-axe-ref

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides a comprehensive reference for automating iOS Simulator UI interactions, especially for tasks that go beyond the capabilities of standard tools like simctl. It empowers users to interact with the simulator's accessibility layer for robust UI automation.

Core Features & Use Cases

  • Accessibility-First Automation: Tap, swipe, and interact with UI elements using their accessibility identifiers or labels, making automation scripts more resilient to UI changes.
  • Comprehensive Command Reference: Detailed instructions for tapping, swiping, text input, hardware button simulation, screenshots, video recording, and UI inspection.
  • Use Case: Automate the login process of an iOS app by tapping text fields, typing credentials, and then tapping the login button, all by referencing accessibility identifiers.

Quick Start

Use the axiom-axe-ref skill to tap the login button on the iOS simulator.

Frequently Asked Questions about axiom-axe-ref

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate iOS Simulator UI interactions using accessibility identifiers?

Automate iOS Simulator UI by using the AXe CLI tool to tap, swipe, and type text into elements based on their accessibility identifiers or labels, making scripts resilient to UI changes.

Can I take screenshots and record video of iOS Simulator UI automation?

Yes, you can capture screenshots and record video of iOS Simulator UI automation by referencing the AXe CLI commands provided for deterministic task execution and visual testing.

What do I need to start automating iOS Simulator tasks with AXe CLI?

To start automating iOS Simulator tasks with AXe CLI, you need to have the AXe CLI tool installed and obtain the specific simulator UDID for operation.

Does AXe CLI support hardware button simulation and UI tree inspection for iOS?

Yes, AXe CLI supports hardware button simulation and UI tree inspection, allowing you to inspect the accessibility layer and interact with elements beyond standard simctl capabilities.

What is the best way to automate an iOS app login process in the simulator?

Automate an iOS app login process by using AXe CLI to tap text fields, type credentials, and tap the login button, all by referencing accessibility identifiers for deterministic execution.

Why use accessibility-based UI automation over standard simctl for iOS Simulator?

Accessibility-based UI automation interacts directly with the accessibility layer, providing robust tapping, gestures, and text input capabilities that go beyond standard simctl tool limitations.