Version

Navigate Method (UltraToolbarsDockAreaTestObject)

Using the NavigationToolbar, Navigate to the specify location
Syntax
'Declaration
 
Public Sub Navigate( _
   ByVal item As Rational.Test.Ft.Script.Subitem _
) 
public void Navigate( 
   Rational.Test.Ft.Script.Subitem item
)

Parameters

item
The location to Navigate to.
Remarks
Supported Subitem for this action are
Subitem Desciption
AtLocation("NavigateBack") Navigate to the previous location in the location list by clicking the Back Button on the navigation toolbar.
AtLocation("NavigateForward") Navigate to the next location in the location list by clicking the Frward Button on the navigation toolbar.
AtText("[location text]") Navigate to the specified location in the location list by clicking the History Button then selection the location from the dropped down list.
AtLocation("HistoryButton") Click the location History Button on the navigation toolbar.
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