How to dynamically click, by doing drop down select items, then click ok

in selector i have passed variable name in aa name but it doesnt clicking the variable value on drop down select items,

Hi @sathish_Kumar6

Have u used the click activity for clicking the main drop down menu before clicking options

Thanks & Regards,
Nived N

yes used click activity but there is another value is also changing like brand-dropdown_0, brand-dropdown_1,brand-dropdown_3,…for upto 9… so may i know how to solve this?

@sathish_Kumar6

I hope you are talking about attribute in selector, if there is such attribute which is changing like
brand-dropdown_0, brand-dropdown_1, brand-dropdown_2 etc, u can make that attribute dynamic by using ? or *

like brand-dropdown_?
or
brand-dropdown_*

Thanks & Regards,
Nived N