Module behavior

Module behavior 

Source
Expand description

Human behavior simulation for anti-detection

This module provides realistic input simulation that mimics genuine human browsing patterns, making automated sessions harder to distinguish from real users.

Structs§

InteractionSimulator
Simulates random human-like page interactions.
MouseSimulator
Simulates human-like mouse movement via distance-aware Bézier curve trajectories.
TypingSimulator
Simulates human-like typing using Input.dispatchKeyEvent CDP commands.

Enums§

InteractionLevel
Intensity level for InteractionSimulator random interactions.