Automation Guide
Action-based testing language
TestArchitect Automation Classes
Automation classes
AbtTree
The requested page is not available for selected version.
GetChildNodeAt
Syntax
string GetChildNodeAt(string parentPath, int index)
Description
Return the child node path of a tree node at a specified index.
Parameters
parentPath
String indicating a parent node path. (Set empty value for tree’s root node.)
The node path may be specified as one of the following:
- A string containing all node texts separated by forward slashes ( / ).
- A string containing all node indexes separated by forward slashes ( / ).
index
Integer value specifying the node index. Note that index numbering begins with 1.
Return Value
String indicating the node path.