Skip to content

Mouse Double Click Node

Automation/Computer/Mouse

Mouse Double Click

Double-clicks the mouse at the specified coordinates

computer_mouse_double_clickautomationLocal only
Inputs11
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.
2/10High
GovernancePolicy, audit, or compliance impact.
5/10Medium
ReliabilityOperational stability considerations.
2/10High
CostExternal or compute cost impact.
0/10High

Input Pins

11

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

X coordinate

Default 0

Y

Integer
y

Y coordinate

Default 0

Use Template Matching

Boolean
use_template_matching

If enabled, use template matching to find the click target from a recorded screenshot

Default false

Template

Struct
template

Template image for template matching

FlowPathFlowPath3 fields
pathstringrequired
store_refstringrequired
cache_store_refstring | null

Confidence

Float
confidence

Minimum confidence threshold for template matching (0.0-1.0)

Default 0.8

Natural Movement

Boolean
natural_move

Use curved, human-like mouse movement to avoid bot detection

Default false

Move Duration (ms)

Integer
move_duration_ms

Duration of natural mouse movement in milliseconds

Default 200

Use Fingerprint

Boolean
use_fingerprint

If enabled, use fingerprint bounding box as fallback before raw coordinates

Default true

Fingerprint

Struct
fingerprint

Optional element fingerprint for pre-click validation

ElementFingerprintElementFingerprint17 fields
idstringrequired
selectorsSelectorSetrequired
selectorsArray<Selector>required
itemsSelectorarray item
kindSelectorKindrequired
enum "Css", "Xpath", "Text", "TextExact"...
valuestringrequired
confidencenumber | null
format double
scopestring | null
fallback_orderArray<integer:uint>required
itemsinteger:uintarray item
format uintmin 0
rolestring | null
namestring | null
textstring | null
bounding_boxanyOf (2)
variant 1BoundingBoxvariant
x1number:floatrequired
format float
y1number:floatrequired
format float
x2number:floatrequired
format float
y2number:floatrequired
format float
scorenumber:floatrequired
format float
+2 more fields
variant 2nullvariant
nearby_textArray<string>required
itemsstringarray item
template_refstring | null
dom_pathstring | null
ax_pathstring | null
attributesMap<string, string>required
*stringmap value
tag_namestring | null
inner_textstring | null
computed_stylesobject | null
*stringmap value
created_atstring:date-timerequired
format date-time
last_matched_atstring | null
format date-time
match_countinteger:uint32required
format uint32min 0

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_mouse_double_click
Category
Automation/Computer/Mouse