Get node name by index
This is a pre-built action available under the Captured Tree Element from the Desktop Application. The functionality of this action in Avo Assure is to fetch the node's name based on the index provided in the input, and save the result in dynamic variable.
Syntax
Input Value: <Path (Separated by ;)>
<Path (Separated by ;)>
(Required)
Specify the index whare the node is available in tree element
Note: Each value can separated by semicolon ( ; )
Output Value:
<Dynamic Variable>
(Required)
This dynamic variable holds the retrieved node name.
<Dynamic Variable>
(Optional)
This dynamic variable holds the status of the action as True or False.
Example:
Retrieves a node’s name from a tree element based on the specified index
The Get node name by index action takes the value from the Input Value column (e.g., 1;2;3;4) and fetches the node name located at the index position within the captured tree element. The fetched node name is stored in the {Node Name} variable (e.g., Cursors )

Last updated
Was this helpful?