自动化UI测试
文章平均质量分 59
走马观花的读书人
这个作者很懒,什么都没留下…
展开
-
python安装ERROR: matplotlib-3.6.2-pp38-pypy38_pp73-win_amd64.whl is not a supported wheel on this plat
我把文件名称改为matplotlib-3.6.2-py39-none-any.whl。2、看到支持的文件的名称是py30-none-any。原创 2022-11-08 10:56:41 · 2256 阅读 · 1 评论 -
Windows端UI自动化---pyhon pyautogui 实现横向滚动条滚动(内附定位UI坐标方法)
需求:需要把当前值从最右边无穷大拖动到最左边值1拖动后效果:实现步骤:1、首先获取到当滑块在最右边的坐标值(x0,y0)2、再获取到滑块在最左边的坐标值(x1,y1)原创 2020-11-13 18:03:29 · 923 阅读 · 0 评论 -
Windows端应用程序UI自动化---python + uiautomation--ComboBox(下拉框)操作
auto.ComboBoxControl(Name="Cycling Options").ButtonControl(AutomationId="DropDown").Click() # 确认下拉框按钮的类型ComBoxControlauto.ListItemControl(Name="Cycle # Outstanding I/Os and Targets -- run step outstanding I/Os on step targets at a time.").Click() # 在下.原创 2020-11-18 11:51:19 · 1839 阅读 · 1 评论