Expand description
Smart mouse movement with human-like bezier curves and position tracking.
This module provides realistic mouse movement simulation using cubic bezier
curves, configurable jitter, overshoot, and easing. The SmartMouse struct
tracks the current mouse position across operations so that every movement
starts from where the cursor actually is.
Structs§
- Movement
Step - A single step in a mouse movement path.
- Smart
Mouse - Tracks the current mouse position and generates human-like movement paths.
- Smart
Mouse Config - Configuration for smart mouse movement behavior.
Functions§
- generate_
path - Generate a human-like mouse movement path from
fromtoto.