码迷,mamicode.com
首页 > 移动开发 > 详细

appium运行报错

时间:2018-12-03 19:49:21      阅读:220      评论:0      收藏:0      [点我收藏+]

标签:htm   checked   style   XML   com   判断   报错   http   artifact   

1、new AppiumDriver<>(new URL(url), capabilities) 报错 java.lang.NoSuchMethodError:com.google.common.base.Throwables.throwIfUnchecked(Ljava/lang/Throwable;)V

 创建session成功但应用报错测试无法继续,按错误提示应为指定方法不存在,由此判断应为jar包问题

经查验com.google.common.base为guava包中类

解决办法:

selenium-java-3.11 requires Guava 23.6-jre as per the pom.xml:

<dependency>
  <groupId>com.google.guava</groupId>
  <artifactId>guava</artifactId>
  <version>23.6-jre</version>
  <classifier></classifier>
</dependency>

appium运行报错

标签:htm   checked   style   XML   com   判断   报错   http   artifact   

原文地址:https://www.cnblogs.com/fulucky/p/10060035.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!