Skip to content
Vasily Ryabov edited this page Sep 27, 2016 · 5 revisions

GUI Automation with Python

Notepad.exe automation example

It is simple and the resulting scripts are very readable. How simple?

app.UntitledNotepad.MenuSelect("Help->About Notepad")
app.AboutNotepad.OK.Click()
app.UntitledNotepad.Edit.TypeKeys ("pywinauto Works!", with_spaces = True)

Current project page: http://pywinauto.github.io/

Mailing list: https://sourceforge.net/p/pywinauto/mailman/