The method until(Function<? super WebDriver,V>) in the type FluentWait<WebDriver> is not applicable for the arguments (ExpectedCondition<WebElement>)

 The method until(Function<? super WebDriver,V>) in the type FluentWait<WebDriver> is not applicable for the arguments (ExpectedCondition<WebElement>)
导致问题的原因:项目中引用的guava版本有些低,
解决方式:

 

 
posted @ 2019-05-31 17:27  留白*  阅读(618)  评论(0)    收藏  举报