Can i write a java program to automate mouse movements and clicks ??
Like, then i will be able to run the program and it will work like some human being is controlling the machine..
I know about the Robot class. Will that be a solution. Any thought is welcome…
Well, it’s you again.
java.awt.Robot is the solution. try it yourself. Its easy to use. You can automate mouse and keyboard.
This is one such class which demonstrate the use of Robot class. I’ve written it a long time ago. I’m posting the full code. try it yourself..
}
You owe me…