Help Centre › Building 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:
- Navigate to the process where you would like to add the BROWSER Verify page conditions function
- Click on the green button’s drop-down (right side of the green button labelled “Process”)
- On the menu that appears, click on the “+ Activity” item
- From here you can select the BROWSER Verify page conditions option
- Click "Add" once you are done
Input parameters
| Parameter | Required | Type | Default | Description |
|---|---|---|---|---|
| Condition / Expected pairs | Yes | Table | – | Condition 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. |
| Variable | No | Text | verify | Variable name to store the boolean result. |
Output variables
| Variable | Type | Description |
|---|---|---|
| Variable | Boolean | True if all conditions pass, false otherwise. |
Errors
| Error | Description |
|---|---|
| Browser not open | No 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.