sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #22665
[Question #240547]: executable file .skl and log file need help
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.