MoveToLocation(Int32, Int32) Method

Definition

Assembly HeadlessTestingFramework.dll

Moves the mouse to absolute coordinates.

public Actions MoveToLocation(int x, int y)

Parameters

x
Int32

X coordinate.

y
Int32

Y coordinate.

Returns

Actions
This Actions instance for chaining.