Skip to main content

Module behavior

Module behavior 

Source

Enums§

ScrollDirection
Direction for realistic scroll simulation.

Functions§

click_realistic
Click at position with realistic mouse-down delay.
idle_pause
Random idle pause — simulates reading/thinking time.
micro_pause
Short micro-pause between actions (100-400ms).
mouse_move_bezier
Move mouse along a Bézier curve from (x0,y0) to (x1,y1). Generates 8-20 intermediate points with realistic timing.
scroll_realistic
Scroll with human-like pattern: variable speed, direction micro-corrections.
type_realistic
Type text with human-like cadence: variable inter-key delays, occasional pauses. Average typing speed: ~200ms per character (60 WPM) with variance.