Click or drag to resize

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
)

Parameters

groupName
Type: SystemString
The name of the group.
itemIndex
Type: SystemInt32
The zero-based index of the item.
Exceptions
ExceptionCondition
InvocationExceptionWill be thrown if invocation fails.
WebExceptionWill be thrown if there are network problems.
See Also