MoveByOffset(Int32, Int32) Method

Definition

Assembly HeadlessTestingFramework.dll

Moves the mouse by an offset from its current position.

public Actions MoveByOffset(int offsetX, int offsetY)

Parameters

offsetX
Int32

X offset.

offsetY
Int32

Y offset.

Returns

Actions
This Actions instance for chaining.