Skip to main content

Open Link

Navigates to a web page in a 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 the ContinueOnError property is true, no error is caught when the project is executed even if the Catch node is used.

Input

  • Browser Id - Id of the browser to navigate. This ID is generated by the Open Browser node.
  • Page Id - Page Id of the page to navigate to. If left empty, a new window will open. If a Page Id is provided and "Open in the Same Tab" is selected, the page will open in the current tab.
  • URL - URL to navigate.

The Page Id if empty is automatically created by the Open Link node. You do not need to provide it. But you must call the Open Browser node for the Browser Id.

Output

  • Page Id - Id of the newly navigated page.

Options

  • Open in the Same Tab - If true, the web page will be opened in the same tab.
  • Timeout - The time in seconds to wait until the web page is loaded.
  • Block Images - If true, images will be blocked on the web page.
  • Block CSS - If true, CSS will be blocked on the web page.
  • Use Stealth Mode - If true, the browser will run in stealth mode (helps to be not detected as a bot on some websites)