sikuli-script.jar

Asked by leon

Hello Raiman,
First of all, thanks a lot for Sikuli I just discovered !!!
I'm a WPF developper, and your tool is much easier to use than CodedUI.
I run on W10/64, and my scripts now run great in your IDE !
My question : I'd like, now that my scripts are OK, to run them from Visual Studio, just because I think it could allow me to have the "code coverage test %"...
I try with the SikuliSharp, but it's not working.
I think that's because I don't have sikuli-script.jar in my C:\SikuliX folder (I installed option 1 and 2 from the setup).
Where can I find this sikuli-script.jar ?
Once again, thanks a lot for your work !
Leon

Question information

Language:
English Edit question
Status:
Solved
For:
SikuliX Edit question
Assignee:
No assignee Edit question
Solved by:
RaiMan
Solved:
Last query:
Last reply:
Revision history for this message
Best RaiMan (raimund-hocke) said :
#1

supposing you are running version 1.1.0:

you have to start at http://sikulix.com and read relevant parts of the docs.

From any non-Java environment (like yours), you have to run scripts using either the runsikulix.bat or an equivalent
java -jar sikulix.jar ...
... being the needed parameters

You have to run it in some subprocess.

Revision history for this message
leon (leon-coco) said :
#2

Thanks RaiMan, that solved my question.