Version

Click(MouseModifiers,Subitem) Method

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

Parameters

modifiers
Available modifiers:
  • KEY_ALT
  • KEY_CTRL
  • KEY_LEFT_ALT
  • KEY_LEFT_CTRL
  • KEY_LEFT_SHIFT
  • KEY_RIGHT_ALT
  • KEY_RIGHT_CTRL
  • KEY_RIGHT_SHIFT
  • KEY_SHIFT
  • MOUSE_LEFT
  • MOUSE_MIDDLE
  • MOUSE_RIGHT
subitem
The Sub Item to perform the action over. See Click(Subitem) for more detail
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