Overview of available JXA UI Automation scripts
mainThe macOS Automator MCP provides a suite of specialized JXA scripts for interacting with macOS applications. These scripts leverage macOS accessibility features to perform complex UI tasks.
Available specialized scripts include:
- UI Automation Base: Core functionality and parameter handling.
- Click Element: Clicking specific UI elements.
- Get & Set Values: Reading or modifying values of UI elements (e.g., text fields).
- Window Information: Retrieving metadata about application windows.
- UI Hierarchy: Exploring the tree structure of UI elements.
- Menu Actions: Interacting with application menus.
- Wait For Element: Pausing execution until a specific UI element becomes available.
- Scroll Element: Scrolling within UI elements.
- Drag and Drop: Executing drag-and-drop operations.
- Find UI Element: A helper utility for locating elements using various criteria.