Select(String) Method
Selects the specified node in the tree based on the path to the tree node.
Remarks

If the child items in this object are generated dynamically (for example, if they are not visible or present in the application until the parent node is expanded), UFT Developer will not be able to select the items in the tree automatically using this method. Manually add steps to make the nodes visible or expand tree nodes to create the object in the application.

C# Syntax

void Select( 
   string nodePath
)

Parameters

nodePath
The full path to the tree node to select, separated by semicolons.