Skip to content

Get Screen Size Node

Automation/Vision

Get Screen Size

Gets the dimensions of a monitor

vision_get_screen_sizeautomationLocal only
Inputs3
Outputs3
Security exposure4/10
Packageautomation

Ratings

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

SecurityAttack surface and exposure impact.
4/10Medium
PrivacyPotential sensitivity of processed data.
6/10Medium
PerformanceRuntime or resource pressure.
0/10High
GovernancePolicy, audit, or compliance impact.
4/10Medium
ReliabilityOperational stability considerations.
1/10High
CostExternal or compute cost impact.
0/10High

Input Pins

3

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

Monitor

Integer
monitor

Monitor index (0 = primary)

Default 0

Output Pins

3

Execution
exec_out

Continue

Width

Integer
width

Screen width

Height

Integer
height

Screen height

Node Info

Internal name
vision_get_screen_size
Category
Automation/Vision