IExplorerBarClickItem Method (Int32, String) |
Moves the mouse cursor to the specified item of the specified group and clicks it with the left mouse button.
Namespace:
SmartBear.TestLeft.TestObjects
Assembly:
SmartBear.TestLeft (in SmartBear.TestLeft.dll) Version: 14.70.237.11 (14.70.237.11)
Syntax void ClickItem(
int groupIndex,
string itemName
)
Sub ClickItem (
groupIndex As Integer,
itemName As String
)
Dim instance As IExplorerBar
Dim groupIndex As Integer
Dim itemName As String
instance.ClickItem(groupIndex, itemName)
void ClickItem(
int groupIndex,
String^ itemName
)
Parameters
- groupIndex
- Type: SystemInt32
The zero-based index of the group. - itemName
- Type: SystemString
The item's name.
Exceptions See Also