Version

Click(Subitem) Method

Performs a left-mouse click on the specified subitem of this TestObject.
Syntax
'Declaration
 
Public Overloads Overrides Sub Click( _
   ByVal subitem As Rational.Test.Ft.Script.Subitem _
) 
public override void Click( 
   Rational.Test.Ft.Script.Subitem subitem
)

Parameters

subitem
This value is defined by each TestObject differently.
Remarks
Subitem signature Description
AtLocation(CAPTION) Acts against the Caption area on the DockableWindow.
AtLocation(CLOSE_BUTTON) Acts against the Close button on the DockableWindow.
AtLocation(MAXIMIZE_BUTTON) Acts against the maximize button on the DockableWindow.
AtLocation(MINIMIZE_BUTTON) Acts against the minimize button on the DockableWindow.
AtLocation("Menu") Acts against the menu button on the DockableWindow.
AtLocation("Pin") Acts against the pin button on the DockableWindow.
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