I'm struggling to figure out how to stimulate a left click in java, any help appreciated!
Here is my code:
Robot KeyPresser = new Robot();
KeyPresser.???
The only things that show after InputEvent for me are InputEvent.mouseInputEvent or InputEvent.keyInputEvent