sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #10210
Re: [Question #194082]: How to get the error messages of sikuli program in my own log message?
Question #194082 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/194082
Ramprasad proposed the following answer:
java -Xms64M -Xmx512M -jar "%SIKULI_HOME%\sikuli-script.jar"
"file.sikuli" 2>&1 > log.txt
Sikuli logs will stored in log.txt. you can use print() in sikuli script
to add your own logs.
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.