← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #233367]: HTML

 

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.