Skip to main content

Open Browser

Starts a new browser process.

info

The browser won't be visible until you run the Open Link node.

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

Output

  • Browser Id - The ID of the newly opened browser process.

Options

  • Browser - The browser to use. Available options are:
    • Chrome
    • Firefox
    • Edge
    • Safari
    • Headless Chrome
  • Maximized - Whether to open the browser window maximized. Default value is true.
  • Fullscreen - Whether to open the browser window in full screen mode. Default value is false.
  • Proxy Settings - Whether to use proxy settings. Available options are:
    • No Proxy
    • Manual Proxy
  • Proxy Address - The proxy address to use. This should be set if the Manual Proxy option is selected.
  • Proxy Authentication - Choose whether to use proxy authentication. Available options are:
    • No Authentication
    • Basic Authentication
  • Proxy Credentials - The credentials to use for proxy authentication.
  • User Data Dir - The user data directory to use.
  • Download Dir - The directory where files will be downloaded. If provided, any downloaded file will be saved to this directory. If left empty, files will be downloaded to the browser's default downloads folder.
  • Browser Options - A list of additional options to pass to the browser. The input must be an array of strings.
  • Custom Browser Options - A list of custom options to pass to the browser. (e.g. window-size=1920,1080)
  • Extensions - A list of extensions to load in the browser. The input must be a string array of Chrome Extension URLs.
  • Custom Extensions - A list of custom extensions to load in the browser. (e.g. https://chrome.google.com/webstore/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn)