sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #21402
Re: [Question #236455]: Break the execution
Question #236455 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/236455
Status: Needs information => Solved
sanjana confirmed that the question is solved:
Hi exit() command works fyn
While writing output to html file, say,
a=2 #var
op=open('C:\\test.html','w')
op.writelines(("value of var a is "))
How to print the value of variable "a" to the test.html file
Expected output:
value of var a is 2
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.