Click or drag to resize

IListBoxClickItemXY Method (String, Int32, Int32, ShiftKey)

Simulates a single click at position (X, Y) in item-relative coordinates.

Namespace:  SmartBear.TestLeft.TestObjects
Assembly:  SmartBear.TestLeft (in SmartBear.TestLeft.dll) Version: 14.70.237.11 (14.70.237.11)
Syntax
void ClickItemXY(
	string itemName,
	int x,
	int y,
	ShiftKey shift
)

Parameters

itemName
Type: SystemString
Name of the item.
x
Type: SystemInt32
X coordinate
y
Type: SystemInt32
Y coordinate
shift
Type: SmartBear.TestLeft.TestObjectsShiftKey
The button that is pressed when a click is performed.
Exceptions
ExceptionCondition
InvocationExceptionWill be thrown if invocation fails.
WebExceptionWill be thrown if there are network problems.
See Also