Python-UIAutomation-for-Windows icon indicating copy to clipboard operation
Python-UIAutomation-for-Windows copied to clipboard

(Donot use 3.7.6,3.8.1):snake:Python 3 wrapper of Microsoft UIAutomation. Support UIAutomation for MFC, WindowsForm, WPF, Modern UI(Metro UI), Qt, IE, Firefox, Chrome ...

Results 157 Python-UIAutomation-for-Windows issues
Sort by recently updated
recently updated
newest added
trafficstars

TopLevel类的Minimize、Maximize、Restore方法执行成功后,返回值是int类型,不是bool类型,希望修正,感谢!

![image](https://github.com/yinkaisheng/Python-UIAutomation-for-Windows/assets/107530175/fd6a98be-8f92-475a-b610-ae895b5f5cc3) ![image](https://github.com/yinkaisheng/Python-UIAutomation-for-Windows/assets/107530175/1d946cec-08a8-475a-836c-5946a77a1eae)

我用automation.py可以打印我们公司即时通信软件的所有控件(一大堆,好多页,输出后有几百k),前面到第7层就可以看到左侧菜单这些,也有name属性,可是在代码里怎么都找不到。同样的代码微信就可以找得到。是程序自身限定了吗?可是又可以打印出来

pytest+uiautomation跑了一会出现此问题,后面所有有用例都是这个问题

![微信截图_20241021164623](https://github.com/user-attachments/assets/4ef23965-df6f-4069-bc1f-147cd9721d83) 拿到对应的TreeItemControl后,没法展开;前面的小箭头控件也获取不到;右键弹出的QMenu也抓不到。

Source distributions are not being uploaded to pypi https://pypi.org/project/uiautomation/2.0.20/#files Last versions that had source distribution was 2.0.18 https://pypi.org/project/uiautomation/2.0.18/#files This is required for conda-feedstocks ; and preventing releasing new versions for...

在一台windows10系统上,通过远程桌面登录后,用inspect查看一个软件的gui控件可以正常识别到。 但是断开远程桌面,在本地直接登录桌面再用inspect查看时,就无法识别之前的控件了。 大家有遇到过这种问题吗? 远程桌面连接时的桌面和本地登录打开的桌面有什么区别?

下面的图就是被截取的图 ![image](https://github.com/user-attachments/assets/addc02b6-2624-46f0-aab0-fe123be31d90) 感谢作者能开源这个库,速度确实快很多。感谢感谢

在Windows 平台中,对Qt(PySide6)中的QDateTimeEdit控件赋值不成功也不报错;用Inspect.exe查看到QDateTimeEdit类型的控件的ControlType为UIA_SpinnerControlTypeId,通过python代码win.SpinnerControl(searchDepth=2,foundIndex=1).GetValuePattern().SetValue(’2024-01-10 11:50:00‘)没有任何反映