Skip to content

Match Fingerprint Node

Automation/Fingerprint

Match Fingerprint

Attempts to find an element matching the fingerprint

fingerprint_matchautomationLocal only
Inputs5
Outputs5
Security exposure5/10
Packageautomation

Ratings

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

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

Input Pins

5

Execution
exec_in

Trigger

Session

Struct
session

Automation session

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

Fingerprint

Struct
fingerprint

Fingerprint to match

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

Strategy

String
strategy

Matching strategy

Default Hybrid
DomAccessibilityHybrid

Timeout (ms)

Integer
timeout_ms

Maximum time to search

Default 5000

Output Pins

5

Found

Execution
exec_found

Element was found

Not Found

Execution
exec_not_found

Element was not found

Found

Boolean
found

Whether element was found

Selector Used

String
selector_used

The selector that matched

Confidence

Float
confidence

Match confidence

Node Info

Internal name
fingerprint_match
Category
Automation/Fingerprint