Click or drag to resize

IControlHoverMouse Method (Int32, Int32)

Places the mouse pointer over the specified control.

Namespace:  SmartBear.TestLeft.TestObjects
Assembly:  SmartBear.TestLeft (in SmartBear.TestLeft.dll) Version: 14.70.237.11 (14.70.237.11)
Syntax
void HoverMouse(
	int clientX,
	int clientY
)

Parameters

clientX
Type: SystemInt32
The X coordinate of the target position.
clientY
Type: SystemInt32
The Y coordinate of the target position.
See Also