IExplorerBarClickItem Method (String, 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(
string groupName,
string itemName
)
Sub ClickItem (
groupName As String,
itemName As String
)
Dim instance As IExplorerBar
Dim groupName As String
Dim itemName As String
instance.ClickItem(groupName, itemName)
void ClickItem(
String^ groupName,
String^ itemName
)
Parameters
- groupName
- Type: SystemString
The name of the group. - itemName
- Type: SystemString
The item's name.
Exceptions See Also