Skip to content

mihaifm/ElegantRecorder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Elegant Recorder

image

A small automation tool and macro recorder for Windows.

It can record and replay desktop applications with various degrees of accuracy.

Usage

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.

image

Configuration

Several options are available using the Settings button.

image

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.

Triggers

image

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.

Credits

This project uses some binaries from UIAComWrapper