Skip to content

Locate By Color Node

Automation/RPA

Locate By Color

Finds a pixel on screen matching a specific color

rpa_locate_colorautomationLocal only
Inputs6
Outputs4
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.
3/10High
GovernancePolicy, audit, or compliance impact.
5/10Medium
ReliabilityOperational stability considerations.
4/10Medium
CostExternal or compute cost impact.
1/10High

Input Pins

6

Execution
exec_in

Trigger

Session

Struct
session

RPA 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

Red

Integer
red

Red component (0-255)

Default 255

Green

Integer
green

Green component (0-255)

Default 0

Blue

Integer
blue

Blue component (0-255)

Default 0

Tolerance

Integer
tolerance

Color matching tolerance (0-255)

Default 10

Output Pins

4

Found

Execution
exec_found

Color was found

Not Found

Execution
exec_not_found

Color was not found

X

Integer
x

X coordinate

Y

Integer
y

Y coordinate

Node Info

Internal name
rpa_locate_color
Category
Automation/RPA