A small automation tool and macro recorder for Windows.
It can record and replay desktop applications with various degrees of accuracy.
Before creating your first recording press the arrow button to expand the UI and type in the name of the new recording.
Press Record
and perform your actions on the desktop. Press Stop
when you're done. Select a recording from your list and press Replay
to run it.
Several options are available using the Settings
button.
All recordings are stored in the Data folder
in json format. You can manually edit a recording file if you feel the need.
If you want to record sensitive data (like typing a password) you can use the Encrypted
option. Your actions will no longer be visible in the json file. The encryption password is not stored anywhere, you will need to provide it when replaying the recording.
You can have your recordings run based on several conditions, using the Triggers
window. For example, you could chain multiple recordings together using the Recording
trigger.
This project uses some binaries from UIAComWrapper