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.
-
1Please have a look at "How to ask" and improve your question.flomei– flomei2017-02-17 10:07:50 +00:00Commented Feb 17, 2017 at 10:07
-
There are several GUI automation tools on different OSes. Need more details to recommend you a tool.Vasily Ryabov– Vasily Ryabov2017-02-17 13:06:01 +00:00Commented Feb 17, 2017 at 13:06
Add a comment
|
1 Answer
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