How to automate mouse and keyboard?

Viewed 7179

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...

2 Answers
Related