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

SendKeys输入中文符号会导致后面字符出现问题 SendKeys("hello,word") 实际输出结果 hello,,ord

I am using the `uiautomation` library on Windows 11 to interact with desktop elements. While the library works well for many tasks, I have encountered significant limitations in accessing certain...

#307 Screenshot functionality consistently fails to properly capture the target control, either: - Including surrounding UI while partially cropping the control, or - Completely missing the control in the frame.

automation.py -r -d 1 -t 0 会卡很久

有些控件内容比较多,比如树形列表控件。定位到控件,但不知道是否前台显示,有没有此类方法?谢谢。

请大佬可以出一个C++库,UI 自动化 非常感谢大佬,给大佬打赏

The `Control.IsOffscreen` property does not work as expected. When I retrieve the IsOffscreen property of a control, it always returns 0 regardless of the control's state, whereas it is expected...