repeats/Repeat

I just want to record and create it as a task. How do I do that?

marnel-estrada opened this issue · 3 comments

I tried recording some mouse movements, compiled then add as a task. Nothing is happening when I play the task.

Plain record and replay example can be found here
https://github.com/repeats/Repeat/wiki/Getting-started#record--replay

If you want to save the recording as task, you'll need to generate the code first. To do that, finish your recording, then choose Tools --> Generate Source (top right menu), then compile and add the new task.

I added this instruction to the wiki page.