← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #240547]: executable file .skl like in Sikuli's message tab and log file need help

 

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

Summary changed to:
executable file .skl like in Sikuli's message tab and log file need help

Description changed to:
Hello,

How do I log all the "message" tab in Sikuli to a file?

Say I have a simple executable file, click.skl

My script

wait("add.png")
click("add.png")
wait(1)
click("close.png")
print 'Ok'

In the Sikuli IDE, it would have log of the position of x,y for the 2
clicks I made, and OK from the print line

I'd like to log all the stuff just like in the message tab of Sikuli

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.