Question #687708 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/687708

    Status: Open => Answered

masuo proposed the following answer:
If you use command line option "-c" when you run SikuliX from command line, all 
output goes to stdout.
https://sikulix-2014.readthedocs.io/en/latest/faq/010-command-line.html#command-line-options-intention-ide-should-open

[run command:]
java -jar sikulix.jar -c

[sample codes:]
for i in range(10):
    print "i=%d" % i
    sleep(2)

-- 
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

Reply via email to