Hi All,
I have dropdown field named “Gender” in UI with values Male and Female. Now this field can be there at any place in UI i.e it’s placement may change any time. Now I want to read the dropdown values of it and i am doing it with Find children and it’s working fine. My doubt here is when I indicated that dropdown using UI explorer I am not finding any property like aaname is Gender. I am only able to see some property like id=customObjectView_customPropertySheet_ddl_Prop_234567_10359. I don’t want to use this id for identifing because those numbers are changing.
Any idea on how to use it other than using id. I want to identify it will field name actually. So that it will be accurate
Thanks