浏览模式: 普通 | 列表
1月, 2023 | 1

python开发插件pywinauto介绍

[ 2023-01-18 09:00:28 | 作者: admin ]
p.s.本文只是备份用,格式不友好,详情还需要看原文: https://blog.csdn.net/weixin_42753043/article/details/123962834pywinauto教程: https://blog.csdn.net/weixin_40161673/article/details/83246861 1、安装方式: (1)命令行安装:pip install pywinauto,简单,方便,直接。 (2)手动安装:【解压缩后执行 python setup.py install】 ...

阅读全文…
1. Inspect(定位元素工具(uia))
2. Spy++ (定位元素工具(win32))
3. UI Spy (定位元素工具)
4. Swapy(可简单生成pywinauto代码)

attachments/202301/18_085830_f6faa79469e22d0749fce9e75e70fdaa.png
1