Skip to content

Screenshot Node

Automation/Computer/Capture

Screenshot

Takes a screenshot of the screen, window, or region

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

Input Pins

8

Execution
exec_in

Trigger

Session

Struct
session

Computer 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

Capture Type

String
capture_type

What to capture: full screen, specific display, or region

Default full
fulldisplayregion

Display Index

Integer
display_index

Index of display to capture (when capture_type=display)

Default 0

Region X

Integer
region_x

X coordinate of region (when capture_type=region)

Default 0

Region Y

Integer
region_y

Y coordinate of region

Default 0

Region Width

Integer
region_width

Width of region

Default 100

Region Height

Integer
region_height

Height of region

Default 100

Output Pins

4

Execution
exec_out

Continue

Session

Struct
session_out

Computer session handle (pass-through)

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

Screenshot

Struct
screenshot

Reference to the captured screenshot

ArtifactRefArtifactRef7 fields
artifact_idstringrequired
artifact_typeArtifactTyperequired
enum "Screenshot", "Pdf", "Template", "DomSnapshot"...
pathFlowPathrequired
pathstringrequired
store_refstringrequired
cache_store_refstring | null
mime_typestringrequired
size_bytesinteger | null
format uint64min 0
created_atstring:date-timerequired
format date-time
metadataMap<string, string>required
*stringmap value

Image

Struct
image

Screenshot as NodeImage

NodeImageNodeImage1 fields
image_refstringrequired

Node Info

Internal name
computer_screenshot
Category
Automation/Computer/Capture