0

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.

2
  • 1
    Please have a look at "How to ask" and improve your question. Commented Feb 17, 2017 at 10:07
  • There are several GUI automation tools on different OSes. Need more details to recommend you a tool. Commented Feb 17, 2017 at 13:06

1 Answer 1

1

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

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.