BROWSER Select a dropdown option function

The BROWSER Select a dropdown option function in RPA.

Help CentreBuilding Processes

This article describes the RPA Browser functionality to select a dropdown option.

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


Description

The BROWSER Select a dropdown option function allows you to select a dropdown option.


Setting it up

To use the BROWSER Select a dropdown option function, follow these instructions:

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

Once on a process map:

  1. Navigate to the process where you would like to add the BROWSER Select a dropdown option 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 Select a dropdown option option
  5. Click "Add" once you are done

Input parameters

ParameterRequiredTypeDefaultDescription
Element selectorYesTextSelector to identify the dropdown element.
Selector typeYesSelectXPathMethod to locate the element.
Option valueYesTextThe value or text of the option to select.
Scroll into viewNoBooleanOffScroll to the element first.
Visible onlyNoBooleanOffOnly interact with visible elements.

Output variables

This action does not produce any output variables.


Errors

ErrorDescription
Element not foundThe dropdown element could not be found.
Option not foundThe specified option does not exist in the dropdown.

Tips

  • Inspect the dropdown HTML to find the correct option value.

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.