Skip to content

Screenshot Region Node

Automation/Vision

Screenshot Region

Captures a region of the screen and saves it

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

Input Pins

7

Execution
exec_in

Trigger

Session

Struct
session

Automation 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

Left position

Default 0

Y

Integer
y

Top position

Default 0

Width

Integer
width

Region width

Default 100

Height

Integer
height

Region height

Default 100

File Path

Struct
file_path

Path to save the screenshot

FlowPathFlowPath3 fields
pathstringrequired
store_refstringrequired
cache_store_refstring | null

Output Pins

3

Execution
exec_out

Continue

Success

Boolean
success

Whether the screenshot was saved

Image

Struct
image

Screenshot as NodeImage

NodeImageNodeImage1 fields
image_refstringrequired

Node Info

Internal name
vision_screenshot_region
Category
Automation/Vision