sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #45284
Re: [Question #662319]: My script running perfectly through batch file but giving error in the end
Question #662319 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/662319
Status: Open => Answered
RaiMan proposed the following answer:
before baking things into scripts/batchfiles, you should manually check
on a commandline:
- open a commandline window
- enter
java -jar E:\SikuliX1.1.1\sikulixapi.jar -r D:\ProjectKiosk\Scripts\test.sikuli -- a1 a2 a3
so you can see the output
to debug use:
java -Dsikuli.Debug=3 -jar E:\SikuliX1.1.1\sikulixapi.jar -r D:\ProjectKiosk\Scripts\test.sikuli -- a1 a2 a3
the output might reveal the problem
--
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.