I’m having trouble automating a dropdown that is using ARIA. For the life of me I can’t get it to work. Has anyone else run into this type of menu? Using developer tools I was able to find this code after making a selection from the dropdown menu.
Ulrich, thank you so much for you help. Unfortunately, the drop-down menus on my site are not that simple and completely different from your example. They are Aria, but some how the developers in India have set it up in a completely different way and very confusing.
Anyways, I finally manage to figure it out by using ClickAt() command. Then used xpath to ClickAt() the option in the drop down menu.
Again, thank you for your help. I hope this helps anyone else who ends up having trouble with this type of drop down menu. Cheers!