← 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: Open => Answered

RaiMan proposed the following answer:
--- select email:
look at the docs: http://sikuli.org/docx/globals.html#controlling-applications-and-their-windows

--- read from notepad file

theFile = file("absolute-path-to-the-notepad-file")
for line in theFile:
    print line # prints the lines to the message area
theFile.close()

change "print line" to your needed code.

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