Help Centre › Building Processes
This article describes the RPA Browser functionality to wait for an input’s value to change.
For a full list of available functions, please read BROWSER functions.
Description
The BROWSER Wait for an input’s value to change function allows you to wait for an input’s value to change.
Setting it up
To use the BROWSER Wait for an input’s value to change function, follow these instructions:
{{popups:rpas/add:action=browser-input-change}}
Once on a process map:
- Navigate to the process where you would like to add the BROWSER Wait for an input’s value to change 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 Wait for an input’s value to change option
- Click "Add" once you are done
Input parameters
| Parameter | Required | Type | Default | Description |
|---|---|---|---|---|
| Element selector | Yes | Text | - | XPath, CSS, ID, or Name selector |
| Visible only | No | Switch | Off | Only consider visible elements |
Output variables
This action does not produce output variables.
Errors
| Error | Description |
|---|---|
| Element not found | The element could not be found |
| Timeout | The input value did not change within the timeout |
Tips
- Waits until the input value changes
- Useful for fields that update asynchronously