← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #244107]: In which version of sikuli we can perform record/playback?? --- in no version including 1.1.0

 

Question #244107 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/244107

DenisD proposed the following answer:
Hi guys!

@obiwan thanks for the links, based on jnativehook I almost complete a
tool for script recording. I believe next week I can share it.

@RaiMan, could you kindly advise me if you have done a script recording
tool? If you haven't, would you be interested in my one? It some kind of
floating panel with two buttons Record and Stop, that can capture
pictures and write your typing. Output is simply set of commands, for
example:

s.click("c:\\tmp\\myimgs\\PREF_20150320130001.PNG");
s.type("H");
s.type("e");
s.type("l");
s.type("l");
s.type("o");
s.type(" ");
s.type("g");
s.type("u");
s.type("y");
s.type("s");
s.type("!");
s.type(Key.ENTER);

You can copy them and past to your code. Probably, I or someone else
could develop a plugin for eclipse in the future that will input the
commands directly to your code. By now, it will be an AWT application.
I'll also make an youtube video. So, let me know if you need so.

Thanks!

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.