Skip to main content

Close Browser

Closes the specified browser.

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 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 a Catch node is used.

Input

  • Browser Id - The identifier of the browser to be closed.

Note that using this node ends the browser process completely, the msg.browser_id will be invalid and you will not be able to use Open Link with this msg.browser_id any more or an exception will be thrown.