Click or drag to resize

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
)

Parameters

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