Skip to content

Click Template Node

Automation/Vision

Click Template

Finds a template image on screen and clicks on it

vision_click_templateautomationLocal only
Inputs9
Outputs5
Security exposure6/10
Packageautomation

Ratings

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

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

Input Pins

9

Execution
exec_in

Trigger

Session

Struct
session

Automation session handle (provides template matching via rustautogui)

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

Template

Struct
template

Path to the template image file (FlowPath with caching support)

FlowPathFlowPath3 fields
pathstringrequired
store_refstringrequired
cache_store_refstring | null

Confidence

Float
confidence

Minimum match confidence (0.0-1.0)

Default 0.8

Click Type

String
click_type

Type of click to perform

Default Left
LeftRightDouble

Offset X

Integer
offset_x

X offset from center of matched template

Default 0

Offset Y

Integer
offset_y

Y offset from center of matched template

Default 0

Fallback X

Integer
fallback_x

X coordinate to click if template not found (use -1 to disable fallback)

Default -1

Fallback Y

Integer
fallback_y

Y coordinate to click if template not found (use -1 to disable fallback)

Default -1

Output Pins

5

Execution
exec_out

Continue

Not Found

Execution
exec_not_found

Triggered if template not found

Found

Boolean
found

Whether the template was found and clicked

X

Integer
x

X coordinate where clicked

Y

Integer
y

Y coordinate where clicked

Node Info

Internal name
vision_click_template
Category
Automation/Vision