| 
  • If you are citizen of an European Union member nation, you may not use this service unless you are at least 16 years old.

  • You already know Dokkio is an AI-powered assistant to organize & manage your digital files & messages. Very soon, Dokkio will support Outlook as well as One Drive. Check it out today!

View
 

FrontPage

Page history last edited by Mark 13 years, 3 months ago

 

 

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.