Select Menu
This is a pre-built action located under the @Window Element. The functionality of this action in Avo Assure to select a menu item by specifying the hierarchy of the item in the input Value and save the result in dynamic variable.
Syntax
Input Value: <Hierarchy of the menu item>
<Hierarchy of the menu item> (Required)
Specifies the menu item which needs to select.
The hierarchy of the menu item should be separated using a semicolon (;).
Output Value
<Dynamic Variable>(Optional);<Dynamic Variable>(Optional)
This dynamic variable holds result as True or False.
Example
Performs selection of a specified menu item based on its hierarchy
The Select Menu action takes the value from the Input Value column (e.g., Home;Products;Library) and selects the specified menu item using the defined hierarchy.

Last updated
Was this helpful?