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
Post a Comment