随笔分类 - 自动化测试
摘要:pyautogui.typewrite('Hello world!') # 输入Hello world!字符串 pyautogui.typewrite('Hello world!', interval=0.25) # 每次输入间隔0.25秒,输入Hello world! pyautogui.pres
阅读全文
摘要:环境: 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
阅读全文
摘要:点击报错 An unknown server-side error occurred while processing the command.original error:pkg:/data/local/tmp/appium_cache 解决办法: 增加配置如下: automationName=U
阅读全文
摘要:错误:Failed to create session. An unknown server-side error occurred while processing the command. Original error: Cannot verify the signature of 'C:\Us
阅读全文