How to select 2nd value from drop-down?

I have a dropdown list, and I want Robot to select always the 2nd item in the list (items in dropdown will be different each time, but I will need to select the 2nd one every time)

1 Like

@boadriqa - Use Select Item activity and pass the text in it.

the question is that i don’t know which text will be there. I need just to select the 2nd one. No matter of its value.

Ok in this case use click Activity followed by Send HotKey (Down Arrow key) two times and Press Enter.

1 Like

I had a similar requirement and i used a click followed by a double down arrow hot key followed by an [k(enter)]
Try this approach.

3 Likes

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.