gpt4 book ai didi

python - 在 python 中识别 windows/linux GUI 中的文本以进行自动化测试

转载 作者:太空宇宙 更新时间:2023-11-04 01:02:14 24 4
gpt4 key购买 nike

我对自动化测试很陌生,有一些疑问。我需要自动化 Windows GUI。我已经使用 pyautogui 和 AutoIt 实现了按钮点击和打开文件。现在我有一项任务,因为我必须检测屏幕中的单词或正则表达式位置并单击它。python 中是否有任何工具或库可以实现这一点?我已经检查了以下项目:

  • 汽车
  • pyautogui
  • 西库里

此外,我不想使用 sikuli。还有其他可以与 Robot Framework 集成的 OCR 吗?

最佳答案

对于 Windows GUI,有强大的 Python 库 pywinauto (据我所知可以与 Robot Framework 集成)。它允许一些复杂的操作,例如 app.Dialog.TreeView.get_item(['1STLevel', '2ndlevel']).expand() 和通过正则表达式搜索控件:app.Dialog.child_window( title_re='^some text - .*$').click().

还有用于 pywinauto 的 GUI 帮助程序(和代码生成器)称为 SWAPY(它不是记录/重放支持,但非常有用)。我正在维护 pywinauto 项目。欢迎提出更详细的问题!

为了比较,有几个开源的 UI 自动化工具(按回答时的星数排序):

https://github.com/msanders/autopy/ (跨平台)

https://github.com/Lexikos/AutoHotkey_L/ (不是 Python,但很流行)

https://github.com/asweigart/pyautogui (跨平台)

https://github.com/pyatom/pyatom (MAC 操作系统)

https://github.com/ldtp/cobra (跨平台)

https://github.com/jacexh/pyautoit (AutoIt Python 界面)

https://github.com/xcgspring/AXUI

https://github.com/F1ashhimself/UISoup


编辑:所有已知桌面 GUI 自动化工具的评级每月都会在此处维护: https://github.com/pywinauto/pywinauto/wiki/UI-Automation-tools-ratings

关于python - 在 python 中识别 windows/linux GUI 中的文本以进行自动化测试,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/32346472/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com