Ui Menu Bar Click
ui_menu_bar_clickClicks a status-bar (menu bar extra / NSStatusItem) item and optionally follows a nested menu path. Best-effort via the app's AX extras menu bar; apps that render fully custom (non-AX) menus may not be reachable (fall back to ui_click at known coords). Requires Accessibility permission.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | Nested menu path, e.g. ["App","Settings…"]. | |
| label | No | Status item / menu item title. | |
| app_bundle_id | No | Owner of the status item. |