Uipath path select each item from dropdown

image

Click each item from the dropdown list and then click item from the result table

Hi @Jelrey

My suggestion would be to use a dynamic selector to iterate through each item. When you have indicates the selector and explore/inspect the selector, is there an idx tag?

Hi @Jelrey,

Can you try using Find Children activity indicate screen make sure that check the selector if any static values in aaname or inner text make it (*)- Assign (OutputVariable)
And Use for each loop- In properties Type argument should be Uipath.core.UiElement
Inside the loop use get Attribute - In Properties selector values as item.selector.tostring and Attribute as "aaname"or “innertext”

Hope this helps, if it works mark as solution.

Thanks,
neelima.