Experience Failure to acheive success

Sunday, 1 May 2016

MO-KE ROBOT == AUTOMATED ROBOT in JAVA

The Name Automated Robot seems to be giving High Expectations to the Viewer
so, i believe MO-CK Robot name is perfect for this Java Application.

  • Let me tell you my thought of naming this as MO-CK Robot. 
  • It can record the MOuse and KEyboard input strokes and repeat them in the same order for specified number of times requested by the user.


MOuse  Stroke     --->  MO
KEyboard Stroke  --->  KE

Robot is a machine that can carry on complex actions automatically as programmed by the User.

MO-KE Robot is considering the above input and combining it into an action and repeats it N number of times. Where N is number requested by User. So I named it as MO-KE ROBOT






The interface is simple.


  1. Provide the repetition count of that action in the text box as N. 
  2. As soon as you click start listener the Moke Robot starts capturing input.
  3. Once you press start record the interface will be automatically moved to tray icon and recording start. 
  4. Perform the action you want to be repeated by the Application.
  5. Once the Pattern completed then press CTRL+Q to stop recording
  6. The interface will be available after you press CTRL+Q 
  7. Click on button START ACTION then the interface will be moved to tray icon and the Moke Robot will start performing the action mentioned.
  8. The interface will be available once the count completed N times.
  9. If you want to stop the Application in middle press CTRL+F11 or ESC+Q

See the above video for a better understanding . . . !

SOURCE CODE

Below is the GITHUB link to this Application

No comments:

Post a Comment