appium:selenium.common.exceptions.WebDriverException: Message: An unknown server-side error occurred
自动化执行过程中经常遇到的问题:selenium.common.exceptions.WebDriverException: Message: An unknown server-side error occurred while processing the command...解决办法:打开模拟器或者真机内置的浏览器,输入以下网址查看版本:https://liulanmi.com/labs/c
自动化执行过程中经常遇到的问题:selenium.common.exceptions.WebDriverException: Message: An unknown server-side error occurred while processing the command...
解决办法:
打开模拟器或者真机内置的浏览器,输入以下网址查看版本:https://liulanmi.com/labs/core.html
可以看到是chrome74,然后去网址http://npm.taobao.org/mirrors/chromedriver/下载对应的chromedriver

替换chromedriver:
去路径C:\Users\AppData\Local\Programs\Appium\resources\app\node_modules\appium\node_modules\appium-chromedriver\chromedriver\win下将下载的chromedrive替换掉原来的即可(路径根据自己安装appium路径查找)
解决方法参考原文章:https://www.cnblogs.com/my_captain/p/12796590.html
更多推荐



所有评论(0)