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

Hello,

How do I log all the "message" tabe 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.

_______________________________________________
Mailing list: https://launchpad.net/~sikuli-driver
Post to     : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp

Reply via email to