select list item menu
Long-tap an item in a list view control to display a menu control, then select (tap) an item menu in the open menu. Select an item on a specified menu.
| Name | Description | Type | Modifier |
|---|---|---|---|
| window | TA name of the window or dialog box containing the ListView. TA name of the window or dialog box containing the list. | Interface Entity | None |
| control | TA name of the ListView control. TA name of the control. | Interface Element | None |
| list item | The item to be selected in the ListView control. The item to be selected in the list. | String | None |
| menu item | Menu item or menu item path (see ). | String | None |
None
This action may be used within the following project items: test modules and user-defined actions.
This action is applicable to the following controls: list view.

window control list item menu item
select list item menu composite tab lst_contextitem Brunei Delete
 
message timeout
check toast message Delete


- The list item argument is specified by the item’s caption property.
- menu item argument:
- menu items are specified by their caption properties.
- If a menu path of more than one item must be specified, use arrow symbols ( -> ) as delimiters between menu items. For example:
Vehicles->Cars->Four-door sedans.
- This action supports the <ignore> modifier. If the string
<ignore>is present as the value of any of the arguments, or any argument contains an expression that evaluates to<ignore>, the action is skipped during execution.