Skip to main content

Go Forward

Navigates the browser forward by one page.

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

  • Page Id - Id of the page on which forward navigation is to be made. This ID is generated by the Open Browser node.
  • Times - Number of times to navigate forward. The default value is 1.