Question #233367 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/233367
Status: Open => Answered
RaiMan proposed the following answer:
generally you can write anything you want to a file (e.g. logfile.html).
log = open( "logfile.html", "w")
log.writelines(("<tag>text</tag>"))
or something like:
tag = "<tag>%s</tag>"
log.writelines((tag%"text"))
--
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 : [email protected]
Unsubscribe : https://launchpad.net/~sikuli-driver
More help : https://help.launchpad.net/ListHelp