Python-UIAutomation-for-Windows
Python-UIAutomation-for-Windows copied to clipboard
使用uiautomation的时候出现部分电脑控件点击不上
同样的脚本有的机器正常执行,有的机器操作不了控件,操作系统是windows Server 2012这种情况遇到过吗?有解决方案吗?
因为是虚拟机,所以通过远程桌面的方式连接,在连接的时候使用RDP协议,脚本是可用的,但是使用RDP2协议,控件就会操作错误。但是windows server 2008不管通过什么协议连接,脚本都能正常执行,这是什么原因呢?
可能是不同电脑系统不相同吧,我之前也遇到过同一个控件在不同系统上定位方式稍有差异
您好,还想再问您个问题,因为项目要求执行效率,所以初步想把页面部分元素的查找通过多线程来完成,您做过类似的吗?还有什么别的方式能够提速的吗?执行速度越快越好~------------------ 原始邮件 ------------------ 发件人: "Hoo"[email protected] 发送时间: 2019年12月29日(星期天) 下午2:47 收件人: "yinkaisheng/Python-UIAutomation-for-Windows"[email protected]; 抄送: "TengTelong"[email protected];"Author"[email protected]; 主题: Re: [yinkaisheng/Python-UIAutomation-for-Windows] 使用uiautomation的时候出现部分电脑控件点击不上 (#104)
可能是不同电脑系统不相同吧,我之前也遇到过同一个控件在不同系统上定位方式稍有差异
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.
看看是否是HIDPI启用了缩放功能,把缩放改为100%。
你好, 麻烦问一下,有工具能录制UIAutomation的脚本吗?
------------------ 原始邮件 ------------------ 发件人: "yin kaisheng"<[email protected]>; 发送时间: 2020年3月13日(星期五) 下午2:43 收件人: "yinkaisheng/Python-UIAutomation-for-Windows"<[email protected]>; 抄送: "錒龍 *"<[email protected]>;"Author"<[email protected]>; 主题: Re: [yinkaisheng/Python-UIAutomation-for-Windows] 使用uiautomation的时候出现部分电脑控件点击不上 (#104)
看看是否是HIDPI启用了缩放功能,把缩放改为100%。
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.
我遇到类似的环境问题··· 代码 可以在win10上运行; 部署到winServer2012上,代码执行完成,但python.exe进程无法结束。