Skip to main content

Alert

Used to close an Alert popup dialog, confirm and cancel an Alert dialog or just get the text from alert.

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

  • Page Id - Id of the browser page where the alert is displayed. This ID is generated by the Open Browser node.

Output

  • Text - The text received from the alert popup.

Options

  • Action - The action to be performed on the alert popup. Available options are:
    • Confirm - Clicks the 'Ok' button on the alert popup.
    • Cancel - Clicks the 'Cancel' or 'X' button on the alert popup.
    • Get Text - Gets the text from the alert popup.

Note that if you choose the 'Get Text' option, the text received from the alert popup will be provided as the output of the node.