Version

ClickLocation Method (WinNavigationBarRecordReplayServer)

Click on the specified location.
Syntax
'Declaration
 
Public Sub ClickLocation( _
   ByVal oLocation As System.Object _
) 
public void ClickLocation( 
   System.object oLocation
)

Parameters

oLocation
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.
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