Skip to main content

Select

The Select component in Robbot RPA enables you to interact with dropdown menus on webpages. It locates the dropdown element using the specified XPath and selects the desired item based on its text value.

Parameters

XPath : Enter the XPath expression that corresponds to the dropdown menu element on the webpage. Type : String

Select : Enter the text value of the item you want to select from the dropdown menu. Type : String

Result : Returns the status indicating whether the operation was performed correctly (true/false). Type : Boolean

Usage

To use the Select component in your Robbot RPA project, follow these steps:

Open your Robbot RPA project.

Drag and drop the Select component into your sequence or workflow.

Set the XPath parameter by entering the XPath expression that corresponds to the dropdown menu element on the webpage.

Specify the text value of the item you want to select in the Select parameter.

Use the Result parameter to store the status of the operation.

Continue building your sequence or workflow by adding other components or actions as needed.

Execute your sequence or workflow to select the desired item from the dropdown menu.

By using the Select component, you can automate the selection of items from dropdown menus, making it easier to interact with webpages and perform desired actions.