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

interval属性似乎是键与键之间的间隔,请问是否有方法实现某个键的长按

在实现应用时,有些功能用到PostMessage、sendMessage等win32API的方法,是否会支持呢?

question

调用有些button的GetInvokePattern()Invoke方法会报错: _ctypes.COMError: (-2146233079, None, (None, None, None, 0, None)) 虽然可以用其他方式规避,但想知道原因,有没有解决方式。

场景:虚拟机win7 64位系统,谷歌浏览器最新版 问题描述:打开一个网银系统后,使用inspect拾取不到该页面的控件。后尝试过其他网页依旧拾取不到,请问是什么原因呢。十分感谢

if not profile_hyperlink.Exists(15): File "C:\Users\C950R_V18_Athena\AppData\Local\Programs\Python\Python39\lib\site-packages\uiautomation\uiautomation.py", line 6387, in Exists control = FindControl(self.searchFromControl, self._CompareFunction, self.searchDepth, False, self.foundIndex) File "C:\Users\C950R_V18_Athena\AppData\Local\Programs\Python\Python39\lib\site-packages\uiautomation\uiautomation.py", line 8288, in FindControl for child, depth in WalkControl(control, findFromSelf, maxDepth): File...

question

chrome 启动命令行`"C:\Program Files\Google\Chrome\Application\chrome.exe" --force-renderer-accessibility --flag-switches-begin --flag-switches-end --origin-trial-disabled-features=SecurePaymentConfirmation` 正常情况是这个样子的: ![image](https://user-images.githubusercontent.com/15025129/132183760-e9745865-2123-44df-a789-b94d1f4ace4a.png) 在某些电脑上不能获取到控件的AutomationID ![image](https://user-images.githubusercontent.com/15025129/132183912-d9770a39-adfb-4172-afb0-2b7dac8a70bb.png) 请问需要怎么操作呢

question

您好老师,能出一份文档吗,概介绍一下常用api的功能和基本使用方法

question

This is just a suggestion to provide a WebDriver API to this project/tool. It could also be a 3rd party project for such support. I created such support for AutoIt:...

In daily use, there are often a bunch of sibling elements whose Name value is "". In order to quickly locate, a lot of function calls need to be written,...