Skip to content Skip to sidebar Skip to footer

Find Qwidget Object Text By Using Pywinauto

I work as a test engineer. I have to test an application(softphone) which is done by using QWidget. I'm using python - pywinauto. I can click buttons and make calls. There is a qwi

Solution 1:

Pywinauto uses standard windows API calls. Unfortunately many UI libraries (like Swing/QT/GTK) do not respond in a typical way to the API calls used - so unfortunately pywinauto often cannot get the control information. (P.s. I am the Author of pywinauto).


Post a Comment for "Find Qwidget Object Text By Using Pywinauto"