This object represents an app's menu, submenu, or menu item. The representation is a static snapshot.
It is returned by many menu-related actions, like Get Menu Item or Select Menu Item.
It can be used as input argument in actions like Minimize Windows or Is This Window …?.
Its properties are:
| Property | Type | Notes |
|---|---|---|
| App | ||
| Menu Path | Text | The path of the menu item, separated by greater-than characters, e.g. Edit > Control Flow > Repeat |
| Menu Path Segments | List of Text | A list of text elements, e.g. Edit, Control Flow, Repeat |