Skip to content

Alert Actions Activity

The Alert Actions activity enables the management of native browser pop-up dialogs during automation execution. It provides a mechanism to interact with system-level alerts where standard XPath identification is unavailable.

Field Description Requirement
Application Name The reference name of the browser application instance that is currently open or attached. Required
Action The specific operation to be performed on the browser alert, such as accepting or dismissing the dialog. Required

Action Types & Examples

Accept

  • Format: string
  • Example Result: "Accept"

Dismiss

  • Format: string
  • Example Result: "Dismiss"

Implementation Examples

Field Setup - Application Name: ${robustaWebpage} - Action: Accept

Execution Parameters - Interaction Type: Browser Native Alert - Target State: Closed

Technical Notes

This activity is designed exclusively for browser-level alerts rather than HTML-based modal dialogs. It should be implemented in scenarios where no XPath information is available for the target pop-up.