DefaultMover¶ class DefaultMover(duration: float = 0)[source]¶ Bases: BaseMover Move the cursor directly by using the mouse backend. move(position: Point)[source]¶ Move the cursor to the target position. Parameters: position (Point) – Target cursor position.