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