Selecting all value from dynamic dropdown list one by one & capturing it

Hello All,

Need to your help on below requirement.it will be great if you can share the steps for the same.

Requirement
I want to click on item in dropdown list which is dyanamic. some time i am getting 3 values are in dropdown & sometime 4 values. i need to click all the values which are present in dropdown one by one & capture it. Please note that values are not static.

Thanks & Regards,
Priyanka

Is this dropdown list located on a web page? In that case, you can use the Get Attribute activity and set the Attribute to "items" to retrieve the whole list.

Yes. its on web. It will be great if you can share the example.

@priyankamalusare Can you maybe show us the Screenshot of the Dropdown, also a Screenshot of the Element’s Selector in UiExplorer can help more in selecting the right attributes.

Sure. See the attached file for an example. DropDownListTest.xaml (7.4 KB)

The workflow will visit UiPath Contact Learning page, get the list from the Job Level drop down list and select the second option (“Freelancer”).

Use UiExplorer to get the component that has “SELECT” as tag:
image

Hi thanks . will check sure this example.

Attribute
“”“”

g1

So there are 4 options like this. 4th option i am getting it very rarely n name also i can not capture.1.txt (228 Bytes)