MouseMove¶
- class MouseMove(coordinates: Point | RelativelyPoint, mover: BaseMover = <apparser.movers.default.DefaultMover object>)[source]¶
Bases:
UiInstructionMove the mouse cursor to the provided coordinates.
- property id: int¶
Return the unique UI instruction identifier.
- Returns:
UI instruction identifier.
- Return type:
int