PyWinAuto Variables in Control Names
I am new to using PyWinAuto and I’m trying to automate a application without any developer support material. Apologies if I’m not using the right words to explain my issue or if I’m asking a noob question.
PyWinAuto Variables in Control Names
I am new to using PyWinAuto and I’m trying to automate a application without any developer support material. Apologies if I’m not using the right words to explain my issue or if I’m asking a noob question.
The when part is executed, but the answer is: Process finished with exit code 0
Run method:
def create_project(self):
Logic.start_app()
time.sleep(5)
Name.filebut.click_input()
time.sleep(5)
Logic.stop_app()
Multi-Select Items in ListBox (PyWinAuto – UIA Backend)
following Situation:
I have a ListBox in an application I need to automate.