Skip to main content

Module behavior

Module behavior 

Source
Expand description

Emulation of human-like interaction patterns (typing delays, mouse curves). Human-interaction emulation: Bézier-curve mouse paths and human-like keystroke timing, used to make CDP-driven input look organic.

Structs§

Point
Represents a 2D coordinate for mouse movements and positions.

Functions§

calculate_typing_delay
Simulates human typing delays. Most keys are typed reasonably fast, but sometimes there are micro-pauses.
generate_mouse_path
Generates a human-like mouse path using Bezier curves and varying speed.