New question #263891 on Sikuli:
https://answers.launchpad.net/sikuli/+question/263891
Hi guys!
@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. The main
advantage of the tool is to reduce necessity to make pictures manually and link
them to the commands, the tool does it for you.
I could 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.
_______________________________________________
Mailing list: https://launchpad.net/~sikuli-driver
Post to : [email protected]
Unsubscribe : https://launchpad.net/~sikuli-driver
More help : https://help.launchpad.net/ListHelp