IWinHeaderClickItem Method (String, ShiftKey) |
Moves the mouse cursor to the specified item and then simulates a click over this item.
Namespace:
SmartBear.TestLeft.TestObjects.Win
Assembly:
SmartBear.TestLeft (in SmartBear.TestLeft.dll) Version: 14.70.237.11 (14.70.237.11)
Syntax void ClickItem(
string itemName,
ShiftKey shiftkey
)
Sub ClickItem (
itemName As String,
shiftkey As ShiftKey
)
Dim instance As IWinHeader
Dim itemName As String
Dim shiftkey As ShiftKey
instance.ClickItem(itemName, shiftkey)
void ClickItem(
String^ itemName,
ShiftKey shiftkey
)
Parameters
- itemName
- Type: SystemString
The item's name. - shiftkey
- Type: SmartBear.TestLeft.TestObjectsShiftKey
The button that is pressed when a click is performed.
Exceptions See Also