Skip to content

Focus Window Node

Automation/Computer/Window

Focus Window

Brings a window to the front and gives it focus

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

Input Pins

5

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

Window Title

String
window_title

Title or app name to search for (partial match on both title and app name)

Exact Match

Boolean
exact_match

Require exact title match

Default false

Launch If Not Found

Boolean
launch_if_not_found

Try to launch the application if no window is found

Default true

Output Pins

3

Execution
exec_out

Continue

Not Found

Execution
exec_not_found

Window not found

Window

Struct
window

Focused window information

WindowInfoWindowInfo9 fields
idstringrequired
titlestringrequired
app_namestring | null
xinteger:int32required
format int32
yinteger:int32required
format int32
widthinteger:uint32required
format uint32min 0
heightinteger:uint32required
format uint32min 0
is_focusedbooleanrequired
is_minimizedbooleanrequired

Node Info

Internal name
computer_focus_window
Category
Automation/Computer/Window