“Inspect.exe”在我的笔记本电脑上找不到一些元素,为什么?
“Inspect.exe” can't find some elements on my laptop, why?
我想在我的笔记本电脑上通过 Pywinauto 自动化一个应用程序,但所有元素都没有看到。
“Inspect.exe”在我的笔记本电脑上找不到我的应用程序的某些元素,而在其他计算机上找到它们。
例如在我的 laptop “Inspect.exe” cannot show highlight rectangle of the leaves of a treeview whilst it can on other computers.
如何在笔记本电脑上修复它?是Os(Windows7)的设置还是"inspect.exe"的设置?
我终于设法在我的笔记本电脑上检测到我的应用程序的所有元素(通过 Pywinauto 和 inspect.exe)。问题是,正如 Vasily Ryabov 向我建议的那样,Qt 运行时:"plugins\accessible" 文件夹不在 QT 文件夹中。
再次感谢 Vasily Ryabov 的帮助。
我想在我的笔记本电脑上通过 Pywinauto 自动化一个应用程序,但所有元素都没有看到。
“Inspect.exe”在我的笔记本电脑上找不到我的应用程序的某些元素,而在其他计算机上找到它们。
例如在我的 laptop “Inspect.exe” cannot show highlight rectangle of the leaves of a treeview whilst it can on other computers.
如何在笔记本电脑上修复它?是Os(Windows7)的设置还是"inspect.exe"的设置?
我终于设法在我的笔记本电脑上检测到我的应用程序的所有元素(通过 Pywinauto 和 inspect.exe)。问题是,正如 Vasily Ryabov 向我建议的那样,Qt 运行时:"plugins\accessible" 文件夹不在 QT 文件夹中。
再次感谢 Vasily Ryabov 的帮助。