MoveToElement(AvaloniaElement, Int32, Int32) Method

Definition

Assembly HeadlessTestingFramework.dll

Moves the mouse to an offset from the element's center.

public Actions MoveToElement(AvaloniaElement element, int offsetX, int offsetY)

Parameters

element
AvaloniaElement

The target element.

offsetX
Int32

X offset from center.

offsetY
Int32

Y offset from center.

Returns

Actions
This Actions instance for chaining.