forked from pywinauto/pywinauto
-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Vasily Ryabov edited this page Oct 30, 2015
·
4 revisions
GUI Automation with Python
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/
Previous project page: https://code.google.com/p/pywinauto/
Mailing list: https://sourceforge.net/p/pywinauto/mailman/