Testing Siebel eBusiness Applications > Functional Test Object Reference > SiebTree Methods >

GetTreeItemName Method


The GetTreeItemName method finds the tree item at the specified position and returns its name.

Syntax

GetTreeItemName (Position)

Argument
Description

Position

A String that indicates the position of the node in the tree. It is in the format
   first-level-position.second-level-position.third-level-position
where each position is in relation to its current context within the preceding level. For example, 1.3.2 represents the second node within the third node of the first root node.

Returns

A String indicating the visible text of the specified tree item.

Testing Siebel eBusiness Applications