Close Window
The Close Window node closes a specified browser window.
Overview
The dropdown dynamically lists available targets: it always includes "Current Window" and "Initial Window," and automatically detects windows created by upstream "Open Window" nodes, adding them to the list as well.
Quick Start
- Drag the "Close Window" node onto the canvas
- Select the window to close from the "Close Target" dropdown
- Execute
Parameter Reference
| Parameter | Type | Default | Description |
|---|---|---|---|
| Close Target | Dropdown | — | Dynamically generated options, including the current window, initial window, and windows created by upstream "Open Window" nodes |
FAQ
Workflow breaks after closing a window
Symptom: Downstream nodes error out after closing a window.
Cause: Subsequent nodes need to operate in the now-closed window.
Solution: Use the Switch Window node to transfer context to another window before closing.