随笔分类 -  自动化测试

摘要:pyautogui.typewrite('Hello world!') # 输入Hello world!字符串 pyautogui.typewrite('Hello world!', interval=0.25) # 每次输入间隔0.25秒,输入Hello world! pyautogui.pres 阅读全文
posted @ 2023-01-20 17:30 河北大学-徐小波 阅读(393) 评论(0) 推荐(0) 编辑
摘要:环境: java version "1.8.0_73" Python ActivePython 3.8.2 Appium Server GUI Appium Inspector 夜神模拟器 cmd adb 代码: # This sample code uses the Appium python c 阅读全文
posted @ 2023-01-16 17:55 河北大学-徐小波 阅读(194) 评论(0) 推荐(0) 编辑
摘要:点击报错 An unknown server-side error occurred while processing the command.original error:pkg:/data/local/tmp/appium_cache 解决办法: 增加配置如下: automationName=U 阅读全文
posted @ 2023-01-16 15:01 河北大学-徐小波 阅读(186) 评论(0) 推荐(0) 编辑
摘要:错误:Failed to create session. An unknown server-side error occurred while processing the command. Original error: Cannot verify the signature of 'C:\Us 阅读全文
posted @ 2023-01-16 14:32 河北大学-徐小波 阅读(498) 评论(0) 推荐(0) 编辑