Skip to main content

Close Window

Closes the specified browser window.

Common Properties

  • Name - The custom name of the node.
  • Color - The custom color of the node.
  • Delay Before (sec) - Waits in seconds before executing node.
  • Delay After (sec) - Waits in seconds after executing node.
  • Continue On Error - Automation will continue regardless of any error. The default value is false.
info

If ContinueOnError property is true, no error is caught when the project is executed even if Catch node is used.

Input

  • Page Id - The id of the page in which you want to close the window. This ID is generated by the Open Browser node.

Note that even you close the last window, the browser process still runs, you need to use the Close Browser node to end the browser process.