My favorites | Sign in
Project Home Downloads Wiki Issues Source
Project Information
Members
Featured
Downloads

Gui Automation with Python

If you use pywinauto - or you want to get started - then I think SWAPY http://code.google.com/p/swapy/ is a VERY interesting tool. I have only looked at the video - but that alone convinced me to post a link to it. VERY COOL

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)

Please see the documentation at: http://pywinauto.googlecode.com/hg/pywinauto/docs/index.html

Note: if searching for pywinauto - then you may find links to:

I am trying to consolidate most information to this site.

Powered by Google Project Hosting