The method until(Function) in the type FluentWait is not applicable

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

 

高版本,下载路径: https://mvnrepository.com/artifact/com.google.guava/guava
相关文章
相关标签/搜索