-
Home
-
API
-
Avalonia.HeadlessTestingFramework.Appium
-
Actions
-
Methods
-
MoveToElement(AvaloniaElement, Int32, Int32)
MoveToElement(AvaloniaElement, Int32, Int32) Method
Definition
Moves the mouse to an offset from the element's center.
public Actions MoveToElement(AvaloniaElement element, int offsetX, int offsetY)
Parameters
- offsetX
- Int32
X offset from center.
- offsetY
- Int32
Y offset from center.
Returns
- Actions
- This Actions instance for chaining.