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.

_______________________________________________
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