MouseClickTo¶
- class MouseClickTo(coordinates: Point | RelativelyPoint, click_type: RightClick | LeftClick = <apparser.key_codes.mouse_keys.LeftClick object>, mover: BaseMover = <apparser.movers.default.DefaultMover object>)[source]¶
Bases:
UiInstructionMove the cursor to coordinates and click there.
- property id: int¶
Return the unique UI instruction identifier.
- Returns:
UI instruction identifier.
- Return type:
int