Reputation: 21
I am launching external app using python module (os.startfile(path of app)). After launch , I want to selection option for that UI. How can I do using python.
Upvotes: 0
Views: 655
Reputation: 1006
Theres a nice project called pywinauto. I'd recommend looking into that.
I think that the project is mostly about testing, but perhaps it will do for simple gui control in-code
Upvotes: 1