“Inspect.exe” can't find some elements on my laptop, why?

时光毁灭记忆、已成空白 提交于 2019-12-11 15:58:10

问题


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.



来源:https://stackoverflow.com/questions/52522454/inspect-exe-cant-find-some-elements-on-my-laptop-why

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!