Select(ITreeViewNode) Method
Selects the specified node in this object.
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( 
   ITreeViewNode node
)

Parameters

node
The ITreeViewNode to select in the tree.