Skip to main content

Close Browser

Closes an open browser session and terminates the browser process.

Common Properties

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

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

Input

  • Browser ID - The browser session identifier from the Open Browser node. This specifies which browser instance to close.

Examples

Basic Usage

Close a browser session:

Browser ID: {{browser_id}}

The browser_id variable should come from the Open Browser node's output.

Tips

  • Always close browsers when automation is complete to free system resources
  • Use this node in error handlers to ensure browsers are closed even when errors occur
  • Multiple browsers can be opened and each closed individually using their respective Browser IDs

Common Errors

  • "Browser ID cannot be empty" - Connect this node to an Open Browser node's output
  • "Browser session not found" - The browser may have already been closed or the ID is invalid