Is there a python module that will allow me to automate/work with Windows GUI applications? For example, I know that objects in most standard-gui windows apps have a unique com
id that I can extract text from/click it/etc.
Things I would like to do:
- Retrieve list of items from List-tree
- Detect if specific gui objects exists in the other program exist (For the purpose of detecting if new screen/page has loaded)
- Click buttons/tabs
Thanks