IExplorerBarClickItem Method (String, Int32) |
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(
string groupName,
int itemIndex
)
Sub ClickItem (
groupName As String,
itemIndex As Integer
)
Dim instance As IExplorerBar
Dim groupName As String
Dim itemIndex As Integer
instance.ClickItem(groupName, itemIndex)
void ClickItem(
String^ groupName,
int itemIndex
)
Parameters
- groupName
- Type: SystemString
The name of the group. - itemIndex
- Type: SystemInt32
The zero-based index of the item.
Exceptions See Also