This wiki is dead - long live the wiki: http://code.google.com/p/pywinauto/
I am in the process of reviewing the data on this site and either merging into the documentation or moving to the google code site.
pywinauto enables you to automate the Windows GUI
It is simple and the resulting scripts are very readable. How simple?
app.Notepad.MenuSelect("Help->About Notepad")
app.AboutNotepad.OK.Click()
app.Notepad.Edit.TypeKeys ("pywinauto Works!", with_spaces = True)
Installation
FAQ
Known issues
Plan for 'appdata'
Presentations
Project links:
Sign up for the Mailing list
Mailing list archive
SourceForge project
My blog (maybe not that useful :-)
Need to quickly learn how to use bold, italics, tables, and more? Check out our wiki style page!
Comments (0)
You don't have permission to comment on this page.