Skip to content

Natural Mouse Move Node

Automation/Computer/Mouse

Natural Mouse Move

Moves the mouse cursor naturally using curved paths with variable speed to avoid bot detection

computer_natural_mouse_moveautomationLocal only
Inputs7
Outputs2
Security exposure7/10
Packageautomation

Ratings

Scores range from 0 to 10. Higher values mean more impact, exposure, or operational weight.

SecurityAttack surface and exposure impact.
7/10Low
PrivacyPotential sensitivity of processed data.
8/10Low
PerformanceRuntime or resource pressure.
4/10Medium
GovernancePolicy, audit, or compliance impact.
5/10Medium
ReliabilityOperational stability considerations.
2/10High
CostExternal or compute cost impact.
0/10High

Input Pins

7

Execution
exec_in

Trigger

Session

Struct
session

Computer session handle

AutomationSessionAutomationSession10 fields
session_refstringrequired
platformPlatformrequired
enum "Windows", "MacOS", "Linux"
default_delay_msinteger:uint64required
format uint64min 0
click_delay_msinteger:uint64required
format uint64min 0
debug_modebooleanrequired
browser_typeanyOf (2)

Browser context info if browser is attached

variant 1BrowserTypevariant
enum "Chrome", "Firefox", "Edge", "Safari"
variant 2nullvariant
browser_headlessboolean | null
browser_user_data_dirstring | null
current_page_refstring | null

Current page info if a page is open

current_window_handlestring | null

X

Integer
x

Target X coordinate

Default 0

Y

Integer
y

Target Y coordinate

Default 0

Duration (ms)

Integer
duration_ms

Approximate duration of the movement in milliseconds

Default 300

Curve Intensity

Float
curve_intensity

How curved the path is (0.0 = straight, 1.0 = very curved)

Default 0.3

Overshoot

Boolean
overshoot

Whether to slightly overshoot and correct (more human-like)

Default false

Output Pins

2

Execution
exec_out

Continue

Session

Struct
session_out

Computer session handle (pass-through)

AutomationSessionAutomationSession10 fields
session_refstringrequired
platformPlatformrequired
enum "Windows", "MacOS", "Linux"
default_delay_msinteger:uint64required
format uint64min 0
click_delay_msinteger:uint64required
format uint64min 0
debug_modebooleanrequired
browser_typeanyOf (2)

Browser context info if browser is attached

variant 1BrowserTypevariant
enum "Chrome", "Firefox", "Edge", "Safari"
variant 2nullvariant
browser_headlessboolean | null
browser_user_data_dirstring | null
current_page_refstring | null

Current page info if a page is open

current_window_handlestring | null

Node Info

Internal name
computer_natural_mouse_move
Category
Automation/Computer/Mouse