Iterate dropdown value

How do I iterate the dropdown value from CSV.

As I know Creating a variable and storing the Excel column data into Variable. eg : Variable:Emailaddress. But how do I use the variable in click activity to choose the IT administrator or any job title and No of Experience.

1 Like

use find children activity and change the scope to find descendants
use the for each to loop and verify the element if it matches with the condition if yes pass the selector to the click activity.
hope this helps.

1 Like

@ramkrishna2k3 if you want to select the item from drop down list better we can use select item activity and pass the corresponding variable in the field.

1 Like

I have the same problem but Select Item activity cannot be used. Only Click activity. How am I going to iterate dropdown using Click Activity?