Desktop screen automation that can repeat desktop task over and over again
This NodeJs-based project can record keystroke, mouseclick and mousedrag, and then create automated simulation.
It can be used for automation test, game bot or even tricking friends into thinking their computer has malware.
NOTE: This app currently only works for MacOS, but the windows and linux version will sonn be implemented.
Instruction video will be uploaded soon.
git clone
this appnpm install
node input
to start recordingctrl+c
node output
to start automationThe node modules/packages I used for this project are iohook, sleep and robotjs.
Thank @WilixLead, @OctalMage, @ErikDubbelboer for making such great modules/packages!
Here are the links of used modules/framework: