journey1989

Results 2 issues of journey1989

描述问题bug for i in range(1000000): start = time.perf_counter() if poco('包名:id/iv_answer_red_pack').exists(): one = ('包名:id/txt_select_one') two = ('包名:id/txt_select_tow') l = [one, two] poco(random.choice(l)).click() end = time.perf_counter() c = end - start print('运行时间间隔:',...

(请尽量按照下面提示内容填写,有助于我们快速定位和解决问题,感谢配合。否则直接关闭。) **(重要!问题分类)** * 图像识别相关问题 -> https://github.com/AirtestProject/Airtest/issues * 测试开发环境AirtestIDE使用问题 -> https://github.com/AirtestProject/AirtestIDE/issues * 控件识别、树状结构、poco库报错 -> 此仓库 **描述问题bug** Traceback (most recent call last): File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/airtest/cli/runner.py", line 73, in runTest six.reraise(*sys.exc_info()) File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/six.py", line...