Answer the question
In order to leave comments, you need to log in
Python: How to check if a desktop app window/object/element exists?
Please tell me how to check the presence of an element (window, button) of a desktop application (written in Delphi) using Python. For example: after opening the application, it is necessary to check the appearance of a trial window, which is designated at the code level as a FormTrial object and contains a btnOrderLink button. Thank you.
Answer the question
In order to leave comments, you need to log in
Try this:
https://github.com/pywinauto/swapy
if it doesn't work - then optical recognition using
www.sikuli.org
or
opencv.org
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question