I have to select multiple items one by one from drop how can I do that which names I have to select those are store in config file total 8 items I have to select but one by one.
I have tried multiple ways but not able to get that single item.
It’s select the item that you have passed in the drop down.
Just select any random item and pass the variable in the strict selector of select item activity. Then it selects the item dynamically.
Just select any random item and pass the variable in the strict selector(aaname or innertext) of select item activity. Then it selects the item dynamically.
Test if you are able to select an element statically. Don’t use any variables, just choose any element from the list. If it’s not working, then probably the Select Item activity does not work with the control and you need to work around it with for example Click.