← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #694998]: Run all my tests back to back

 

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

    Status: Open => Answered

RaiMan proposed the following answer:
Sorry to say: this is plain Python knowledge, which is essential when
building more complex things with SikuliX scripts.

outfile = open("Link_Tags_To_Trade_Results.html", "w")
...
outfile.close()

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.