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.

_______________________________________________
Mailing list: https://launchpad.net/~sikuli-driver
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp

Reply via email to