How to find specific value from dropdown

I have dropdown and i want some kind of value from dropdown
Screenshot 2022-07-18 154053

Hey!

How will we get to know which item to be select?

Could you please explain in detail?

i mean from where we’re getting the data?

Regards,
NaNi

I want these value show in picture,and these value available in trees panel

Hello @Himanshu_Pratap_Rana

Here you need to click on some value from the dropdown, but are you getting these values from some excel or from some other applciations?

If you want to select these kind of items, you will have to make the selector dynamic by passing the value to click. So inspect on an element using Uiexplorer and check whether some attribute like aaname is available.

Also give a try with Find children activity as well.

Thanks