Skip to main content

Open Window

The Open Window node creates a new window in the browser.

Overview

Four window states are supported: Normal, Fullscreen, Maximized, Minimized. In Normal mode, you can customize window position (top/left) and size (width/height). Options to activate the window and switch subsequent operations to the new window are available.

Open Window

Quick Start

  1. Drag the "Open Window" node onto the canvas
  2. Fill in "Window Name" (required; must follow variable naming conventions). This name can be referenced later by nodes like "Switch Window" and "Close Window"
  3. Select the window state (default: Normal)
  4. In Normal mode, optionally configure position (top/left) and size (width/height)
  5. Enable "Activate Window" or "Switch to New Window" as needed

Parameter Reference

Common Parameters

ParameterTypeDefaultDescription
Window NameTextNode name, required. Must follow variable naming conventions
Window StateDropdownnormalnormal — normal (position/size adjustable); fullscreen — fullscreen; maximized — maximized; minimized — minimized
Activate WindowTogglefalseWhether to auto-focus the new window
Run in New WindowTogglefalseWhether subsequent nodes execute in the new window

Normal Mode Parameters (shown when Window State is "normal")

ParameterTypeDefaultDescription
TopNumber0Pixels from the top edge of the screen
LeftNumber0Pixels from the left edge of the screen
WidthNumberWindow width in pixels; defaults to screen width
HeightNumberWindow height in pixels; defaults to screen height