Examples of Python driven Microsoft UI Automation wanted

Michael Torrie torriem at gmail.com
Thu Jul 9 17:09:13 EDT 2009


DuaneKaufman wrote:
> With MS utilities like UISpy and the like, I can 'see' the controls in
> the application, but I
> do not seem to be able to manipulate them programatically, and I
> believe it us simply due
> to my not understanding of the UI Automation API.

You're probably better off using a free app like AutoIt3 rather than
roll your own.  AutoIt's scripting language isn't as nice as Python, but
it does the job and it turing-complete.

http://www.autoitscript.com/autoit3/



More information about the Python-list mailing list