← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #163412]: Copy Multiple Login Details From A text file and Login?

 

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

    Status: Answered => Open

Joe Harris is still having a problem:
Thanks for the feedback.
1) How do you manage to answer so many peoples questions? :D
2) The Code didn't worked,

run("notepad.exe")
theFile = file("C:\1.log.txt")
for line in theFile:
    App.focus("firefox.exe")
    paste line( )
     # prints the lines to the message area
theFile.close()

I'm getting a error :(

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