Version

SelectChildLocation Method (WinNavigationBarRecordReplayServer)

Drop down and select a child Location from the specified parent location.
Syntax
'Declaration
 
Public Sub SelectChildLocation( _
   ByVal oParent As System.Object, _
   ByVal oChild As System.Object _
) 
public void SelectChildLocation( 
   System.object oParent,
   System.object oChild
)

Parameters

oParent
Either the location text as displayed in the bread crumb trail, or the integer zero based visible index of the location from the left most drop down to the right.
oChild
The integer zero based visible index of the sublocation from the locations drop down list, or the string text of the child location.
Remarks
NOTE: If Recording in Text Mode and the text for a variable occurs more than once, that variable will be recorded as an Index and the Text will be added as a comment.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also