I wrote some Sikuli code in my system using Sikuli IDE. How do I convert this .sikuli
file and SikuliX setup to *.exe
or *.jar
and run in another system?
Just example code in Sikuli IDE:
type(Key.WIN)
type("Internet Explorer"+Key.ENTER)
click(Pattern("1517398787539.png").targetOffset(-41,1))
exit()
type('A', Key.CTRL)
type(Key.DELETE)
type("www.google.com"+Key.ENTER)
exit()