Get Node Name By Index
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 extract the text from a specific node in the tree structure and save the result in the dynamic variable.
Syntax
Input Value: <Path1>; <Path2>;…;<PathN>;<>;<Column Data>(optional)
<Path1>;<Path2>;…;<PathN>
Provide the sequence of hierarchical node names or identifiers to navigate through the tree
<>
Leave blank
<Column Data> (Optional)
Specific column content to help refine the node selection
Output Value
<Dynamic Variable>(Required)
Stores the text of the selected tree node.
<Dynamic Variable>(Optional)
This variable stores the status as True or False
Example Fetches text from a specific tree node in the SAP GUI The Get Tree Node Text action takes the node path from the Input Value column (e.g., Workbench Demos;Controls;Tree Controls;SAP Column Tree) and retrieves the text from that node. The extracted text is stored in the {Tree Node Text} variable, and the execution status is stored in the {Status} variable
Last updated