I want to move the mouse pointer to a particular location and perform SHIFT + right mouse button click. I am able to move the mouse to a location but not able to simulate mouse click.
Robot r = new Robot();
r.mouseMove(x1,y1);
What should i do to simulate the expected mouse click?
I think you will need just a little extra information for Robot to complete successfully, try