AntiRobotMover

class AntiRobotMover(move_generator: ~typing.Callable[[~appwindows.appwindows.geometry.Point, ~appwindows.appwindows.geometry.Point], ~typing.Generator[tuple[~appwindows.appwindows.geometry.Point, float], None, None]] = <apparser.movers.math_antirobot.DefaultMoveGenerator object>)[source]

Bases: BaseMover

Move the cursor by using generated multi-step paths.

move(position: Point)[source]

Move the cursor to the target position.

Parameters:

position (Point) – Target cursor position.

Raises:

TypeError – If position has an invalid type.