← Back to team overview

sikuli-driver team mailing list archive

[Question #221079]: sending values to a file

 

New question #221079 on Sikuli:
https://answers.launchpad.net/sikuli/+question/221079

f = open("C:/Users/arti/Desktop/New folder/file.txt")

I am able to open a file in this way but now how to pass values to it.
like we can do it in python....

inp = open("D:\\Private\\python\\MU_client\\MU_client_test_report.txt","w")
tc1 = 'HI'#value
inp.write(" \n\n %s\n\n" % tc1)#report generation.

how can we do it in sikuli.........

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.