- 博客(6)
- 资源 (3)
- 收藏
- 关注
原创 小米手机Uiautomator启动失败问题 uiautomator2.GatewayError报错
小米手机Uiautomator uiautomator2.GatewayError报错
2022-04-11 17:14:26
8193
原创 AttributeError: move_to requires a WebElement
源码如下,执行拖拽操作,总是报如下错误> def move_to(self, element, x=None, y=None):> if not isinstance(element, WebElement):> raise AttributeError("move_to requires a WebElement") E AttributeError: move_to requires a WebElement,后经仔细查看,是因为d
2022-02-17 17:47:10
3102
1
原创 UnicodeDecodeError: ‘utf-8‘ codec can‘t decode byte问题 解决方案
1.检查文件是否是utf-8编码,可以用notepad++,在左下角查看2.l在decode里添加“ignore”参数,line.decode("utf-8", "ignore"),3.中文将utf-8改成gbk
2021-03-03 18:04:20
18064
2
原创 python split()函数 无法分割中文字符串
python split()函数遇到的坑最新用python写一个自动化脚本,提取下面字符串(假设字符串叫 line)的testabc:最大的输出是:testabc; mode: test;消耗时间:20其实很简单,导入re re.split('[: ;]',line)就可以将此串分为几个段 '最大的输出是', 'testabc', ' mode', ' test', '消耗时间','20'可实际得到的结果是:'最大的输出是:testabc', ' mode', ' test', '消耗时间:
2021-03-02 18:13:27
3126
原创 CTS 测试简介
一、简介... 31. CTS介绍... 32. GTS介绍... 33. CTS Verifier 介绍... 3二、 测试流程-CTS环境的搭建... 31. PC:ubuntu 14.04以上系统... 32. CTS 环境... 33. 环境搭建... 4三、测试流程-CTS 测试... ...
2018-06-07 14:44:48
36827
5
CTS Verifier 逐条case测试手法和教学文档
2022-04-08
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人