Java Robot won't navigate dropdown menu with keypress -


i'm using java robot script boring task , working fine except when try navigate dropdown menu using

robot.keypress(vk_down); robot.keyrelease(vk_down); 

vk_up, vk_end , on isn't working either. nothing happens. else works, moving mouse, clicking, typing in textfield... i'm doing in safari.


Comments

Popular posts from this blog

php - Vagrant up error - Uncaught Reflection Exception: Class DOMDocument does not exist -

vue.js - Create hooks for automated testing -

Add new key value to json node in java -