please, what is the ASCII code for key "arrow down" and "arrow up" that can be used with keyword "PRESS KEY" in robot framework using selenium2library? I searched many threads, tried many combinations (25, 40, and a lot more) but nothing really simulates the pressing of actual arrow down key..
I need the construction to be working..I need to select a value from a dropdown, but I cannot locate the value to be clicked, so I want to do it by "scrolling" to the value by "arrow down" key...
Press Key ${locator} \\ascii code of arrow down
Thank you for helping me, I am really lost now!