Help Centre › Building Processes
This article describes the RPA Browser functionality to scroll to an element.
For a full list of available functions, please read BROWSER functions.
Description
The BROWSER Scroll to an element function allows you to scroll to an element.
Setting it up
To use the BROWSER Scroll to an element function, follow these instructions:
{{popups:rpas/add:action=browser-scroll}}
Once on a process map:
- Navigate to the process where you would like to add the BROWSER Scroll to an element 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 Scroll to an element option
- Click "Add" once you are done
Input parameters
| Parameter | Required | Type | Default | Description |
|---|---|---|---|---|
| Element selector | Yes | Text | – | Selector to identify the element to scroll to. |
| Selector type | Yes | Select | XPath | Method to locate the element. |
| Visible only | No | Boolean | Off | Only consider visible elements. |
Output variables
This action does not produce any output variables.
Errors
| Error | Description |
|---|---|
| Element not found | The element could not be found on the page. |
Tips
- Use this before clicking or interacting with elements that are below the fold.