BROWSER Verify page conditions function

The BROWSER Verify page conditions function in RPA.

Help CentreBuilding Processes

This article describes the RPA Browser functionality to verify multiple conditions on the current page.

For a full list of available functions, please read BROWSER functions.


Description

The BROWSER Verify page conditions function allows you to verify multiple conditions on the current page and store an aggregate pass/fail result plus per-condition details.


Setting it up

To use the BROWSER Verify page conditions function, follow these instructions:

{{popups:rpas/add:action=browser-verify}}

Once on a process map:

  1. Navigate to the process where you would like to add the BROWSER Verify page conditions function
  2. Click on the green button’s drop-down (right side of the green button labelled “Process”)
  3. On the menu that appears, click on the “+ Activity” item
  4. From here you can select the BROWSER Verify page conditions option
  5. Click "Add" once you are done

Input parameters

ParameterRequiredTypeDefaultDescription
Condition / Expected pairsYesTableCondition type and expected value pairs. Condition types: Text exists, Text not exists, Element exists, Element not exists, Element value, URL contains, Title contains, Cookie exists.
VariableNoTextverifyVariable name to store the boolean result.

Output variables

VariableTypeDescription
VariableBooleanTrue if all conditions pass, false otherwise.

Errors

ErrorDescription
Browser not openNo browser session is active.

Tips

  • Use this function to validate page state before proceeding with the next steps in your process.
  • Combine multiple condition types in a single action instead of using separate checks.

Related functions

See it working on your own data

Everything documented here ships with the platform – try the document tools free, or go live in 7 days.