QT4C icon indicating copy to clipboard operation
QT4C copied to clipboard

qta automation framework for pc client

Results 10 QT4C issues
Sort by recently updated
recently updated
newest added

高DPI场景下uia控件类型鼠标点击出现偏移,无法准确点击控件。 怀疑与提交[cbbe4e3]有关: 1. 提交[cbbe4e3]中修改了缩放比例,但仅添加到了wincontrols.Control类的BoundingRect中,没有对uiacontrols中内容进行对应的缩放比例添加。 2. 另外调用的getDpi()中是默认使用desktop的hwnd,window系统在切换缩放后dpi不会自动进行切换,会导致获取到的dpi为错误值,即例如:从175%缩放切换至150%缩放后,得到的dpi仍为175%的对应数值,重启电脑才能获取到正确的数值。 3. 回滚至提交[cbbe4e3]前的2.2.1版本测试能正常使用,且高DPI场景也能正常使用。 不太明白提交[cbbe4e3]具体是为了解决什么问题的一个fix,但似乎目前是引起了高DPI下uia控件类型无法准确点击控件的问题。

元素如下: ![image](https://user-images.githubusercontent.com/77868244/183053764-d4d1ea0b-ff2b-436a-9fc3-3db58be8768c.png) qpath如下: ![image](https://user-images.githubusercontent.com/77868244/183054164-55e768bc-1be4-4609-88ec-3caa2ee6a3c7.png) 请问下是不支持pyqt开发的程序吗?

Bumps [pywin32](https://github.com/mhammond/pywin32) from 228 to 301. Release notes Sourced from pywin32's releases. Release 301 The changes If you use pip: pip install pywin32 --upgrade A number of things don't work...

dependencies

由于现在python3有很多个版本,我在安装不同python3版本的时候,有些支持库不支持问题,或者即使都安装好了,执行用例的时候,也会出现库兼容性的问题,希望优化一下,谢谢

怀疑是comtypes版本或者windows10兼容问题 执行系统:windows10 python版本:3.7.6 comtypes版本:1.1.8 现象:FileNotFoundError: [WinError 2] 系统找不到指定的文件。: 'oleacc.dll' 报错截图: ![image](https://user-images.githubusercontent.com/17735156/106080816-c11c4500-6152-11eb-8b3a-c033105da104.png)

建议能支持python3的最新版本

我安装了3.9 3.8发现安装相关依赖都没有符合的版本,能否准确说明版本需求范围?