Skip to content

Store Text From Alert: STOREALERTTEXT

The Store Text From Alert action captures the text from an alert pop-up and stores it in a specified variable. This is useful when you need to save alert messages for validation or further actions in the automation process.

Example: Let’s store the text from an alert pop-up into a variable called AlertMessage.

Steps to configure:

  1. Select Store Text From Alert from the Action drop-down.
  2. Leave the Screen Name and Element Key fields blank, as this action directly interacts with the alert.
  3. In the Parameters section, enter the name of the variable where you want to store the alert text (e.g., AlertMessage).
  4. Click Save.

Note: While the steps for adding an Action are identical in both views, the display of the steps changes:

scrn-store-text-from-alerts-tabular-view
Tabular View
scrn-store-text-from-alerts-card-view
Card View

Expected Outcome on Execution:   The Store Text From Alert action will capture the text from the alert pop-up and save it in the specified variable (e.g., AlertMessage), which can then be referenced in subsequent steps using the syntax ${Variable Name}.

Back To Top