Skip to main content

Switch Window

Switches to a specific browser window based on the given Window Name or Page Id.

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

Input

  • Window Name - Name of the browser window to switch to.
  • Page Id - Id of the page to switch to. This ID is generated by the Open Browser node.

Options

  • Next Window - Selecting this option will switch to the next browser window.

Either Window Name or Page Id should be provided to switch the window.