← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #687708]: How to keep main window during execution?

 

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.