- The need: Human-like interaction API for desktop environment program testing
- The solution: Highly-usable API with recording support (this is the recording part)
- RobotJS and gkm
- Uses Electron because I have to (hello Facebook?)
cd [path/to/automator/]
npm install
npm start
- Automate mouse movement, mouse clicks, and text input.
- Support for mofifier keys, dragging, and gestures coming soon.
Lightweight UI coming soon.(25 AUG - Basic UI added)- Contributors welcome.
- 25 Aug 2017 - Moved core automator to an Electron project. Added lightweight UI with a record button and link to GitHub.