Loop through desktop dropdown options

Hi,

I have an automation that I’m working on where it needs to open a dropdown on a desktop program and there is a loop on each option, so it picks the options from top to bottom and then for each option does some processing. I can’t see any way of doing this but I am new to UI Vision, so I expect I’ve just missed something!!

Any help would be much appreciated.

Can you add a screenshot of the dropdown?

The solution is to send KEY_ DOWN and KEY_UP messages. See here Automating desktop dropdown selectbox:

Thanks so much Ulrich, this is a lot of what I needed and now it’s clicked that it’s the same code for desktop and web, I can try to fill in the blanks myself.