Version

Click Method (UltraDesktopAlertWindowTestObject)

Performs a left-mouse click on the default subitem of this TestObject
Overload List
OverloadDescription
Click(Subitem)  
Click()Performs a left-mouse click on the default subitem of this TestObject (Inherited from Infragistics.RFT.NetTestObjects.UltraControlBaseWithSubobjectsTestObject)
Click(MouseModifiers,Subitem)Performs a mouse click on the specified subitem of this TestObject after applying the specified modifiers (Inherited from Infragistics.RFT.NetTestObjects.UltraControlBaseWithSubobjectsTestObject)
Click(MouseModifiers)Performs a click on the default subitem with key modifications. (Inherited from Infragistics.RFT.NetTestObjects.UltraControlBaseWithSubobjectsTestObject)
Click(MouseModifiers,Subitem,Point)Performs a click, with modifiers, on a given subitem, at a given object relative point on the subitem. (Inherited from Infragistics.RFT.NetTestObjects.UltraControlBaseWithSubobjectsTestObject)
Click(Point)Performs a left click on the default subitem at the given object relative point. (Inherited from Infragistics.RFT.NetTestObjects.UltraControlBaseWithSubobjectsTestObject)
Click(MouseModifiers,Point)Performs a click, with modifiers, on the default subitem, at a given object relative point on the subitem. (Inherited from Infragistics.RFT.NetTestObjects.UltraControlBaseWithSubobjectsTestObject)
Click(Subitem,Point)Performs a left-mouse click on the given subitem at the given object relative point. (Inherited from Infragistics.RFT.NetTestObjects.UltraControlBaseWithSubobjectsTestObject)
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