ARROW_DOWN does not work

Hello,

within a dropdown list object, as the values of the list are not recognized, I am trying to select the value through key events.

I was able to show the list of the dropdown button (with “ENTER” and “TAB” keys) but then I can’t go down and select any values because the event “send keys”= “ARROW_DOWN” has no effect. Could you please tell if this a known issue or help me to use it appropriately.

Many thanks !

Thanks Vinh, actually I did not know that a sequence of key commands must be set in the SAME operation (“send keys”). What I had done wrong is to set several “send keys” for the same operation. So now it is OK.

Thanks for your support

You can select the values using ‘Select Option By Index’ or ‘Select Option By Value’ or ‘Select Option by Label’ keyword, one or many of them will work to select the option you’ve tried. Which one you’ve tried?