Skip to content

Assert Color At Position Node

Automation/RPA

Assert Color At Position

Asserts that a specific color exists at a position

rpa_assert_colorautomationLocal only
Inputs8
Outputs3
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.
2/10High
GovernancePolicy, audit, or compliance impact.
5/10Medium
ReliabilityOperational stability considerations.
3/10High
CostExternal or compute cost impact.
1/10High

Input Pins

8

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

X

Integer
x

X position

Default 0

Y

Integer
y

Y position

Default 0

Red

Integer
red

Expected red (0-255)

Default 255

Green

Integer
green

Expected green (0-255)

Default 255

Blue

Integer
blue

Expected blue (0-255)

Default 255

Tolerance

Integer
tolerance

Color tolerance (0-255)

Default 10

Output Pins

3

Pass

Execution
exec_pass

Assertion passed

Fail

Execution
exec_fail

Assertion failed

Passed

Boolean
passed

Whether assertion passed

Node Info

Internal name
rpa_assert_color
Category
Automation/RPA