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.
MouseSimulator— Distance-aware Bézier curve mouse trajectoriesTypingSimulator— Variable-speed typing with natural pauses (T11)InteractionSimulator— Random scrolls and micro-movements (T12)
Structs§
- Interaction
Simulator - Simulates random human-like page interactions.
- Mouse
Simulator - Simulates human-like mouse movement via distance-aware Bézier curve trajectories.
- Typing
Simulator - Simulates human-like typing using
Input.dispatchKeyEventCDP commands.
Enums§
- Interaction
Level - Intensity level for
InteractionSimulatorrandom interactions.