A
A
Alexander Y2016-05-20 14:17:33
Python
Alexander Y, 2016-05-20 14:17:33

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

1 answer(s)
V
Vladimir Kuts, 2016-05-20
@Chudilka

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 question

Ask a Question

731 491 924 answers to any question