Select Tree Node
This is a pre-built action available under the Captured Tree Element from the SAP GUI Application. The functionality of this action in Avo Assure is to navigate and select a specific node within a hierarchical tree structure.
Syntax
Input Value: <Path1>;<Path2>;...;<PathN>
<Path1> (Required)
Give the initial node in the tree structure to start the path.
<Path2> (Required)
Provide the second level node in the tree hierarchy.
<PathN> (Required)
Enter the name of the last level node to be selected.
Output Value
<Dynamic Variable>(Optional);<Dynamic Variable>(Optional)
This dynamic variable holds the execution status as True or False.
Example
Selects a specified node in the SAP tree hierarchy
The SelectTreeNode action takes the value from the Input Value column (e.g., Workbench Demos;Controls;Tree Controls;SAP Column Tree) and selects the specified node path in the tree hierarchy.

Last updated
Was this helpful?