repeats / Repeat

Cross-platform mouse/keyboard record/replay and automation hotkeys/macros creation, and more advanced automation features.
Apache License 2.0
1.03k stars 76 forks source link

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

Closed marnel-estrada closed 4 years ago

marnel-estrada commented 4 years ago

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

hptruong93 commented 4 years ago

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.

marnel-estrada commented 4 years ago

Thank you! This is really helpful.

On Thu, Jul 9, 2020 at 10:16 AM Hoai Phuoc Truong notifications@github.com wrote:

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.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/repeats/Repeat/issues/26#issuecomment-655855107, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACOGQLBIVGO742SE6KOFHL3R2UR57ANCNFSM4OUSXEOQ .

hptruong93 commented 4 years ago

I added this instruction to the wiki page.