-->

“Inspect.exe” can't find some elements on my l

2019-08-29 09:20发布

问题:

I want to automate an application via Pywinauto on my laptop but all the elements are not seen.

“Inspect.exe” cannot find some elements of my application on my laptop whilst it finds them on other computers.

For example on my laptop “Inspect.exe” cannot show highlight rectangle of the leaves of a treeview whilst it can on other computers.

How can i fix it on my laptop? Is it a setting of the Os (Windows 7) or a setting of "inspect.exe"?

回答1:

I finally managed to have all the elements of my application detected (by Pywinauto and inspect.exe) on my laptop. The problem was, as Vasily Ryabov suggested to me, the Qt runtime.

Thank you again for your help Vasily Ryabov.