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.
_______________________________________________
Mailing list: https://launchpad.net/~sikuli-driver
Post to : [email protected]
Unsubscribe : https://launchpad.net/~sikuli-driver
More help : https://help.launchpad.net/ListHelp