sathish Posted September 1, 2014 Posted September 1, 2014 (edited) Hi forum, Is there a way to send Right Click from Keyboard, I can't use Mouseclick(Right), because i don't know the X Y co ordinates, when we can send all Keyboard buttons, i can't find a way to send Right Click from keyboard, I tried Send('+{F10}') I am trying to Right click a Google drive Button, please refer attached image, Please guide, Thanks in Advance Sathish V. Edited September 1, 2014 by sathish
Victorique Posted September 1, 2014 Posted September 1, 2014 As far as I know (don't quote me on this) but the Javascript on Google Drive is listening to your right click on the mouse. simulating the click on the keyboard wouldn't work for that reason. I am sure there is a workaround with Virtual keys.
david1337 Posted September 1, 2014 Posted September 1, 2014 sathish what happens if you execute this while the button is marked? Send("x") sleep(50) Send("+{TAB 6}") sleep(50) Send("{ENTER}")
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now