gpt4 book ai didi

java - selenium 找不到合适的方法,直到(ExpectedCondition)

转载 作者:行者123 更新时间:2023-12-03 07:21:16 25 4
gpt4 key购买 nike

这是一个有线问题!我导入的项目运行 100%(几个月前)今天我已将其与依赖项一起导入,但存在问题WebDriverWait

这是我的代码:

WebDriverWait driverWait = new WebDriverWait(driver, 10000);
driverWait.until(ExpectedConditions.presenceOfElementLocated(By.id("saveBut1")));//here's the issue

这是错误:

no suitable method found for until(ExpectedCondition<WebElement>)
method FluentWait.until(Predicate<WebDriver>) is not applicable
(argument mismatch; ExpectedCondition<WebElement> cannot be converted to Predicate<WebDriver>)
method FluentWait.<V>until(Function<? super WebDriver,V>) is not applicable
(cannot infer type-variable(s) V
(argument mismatch; ExpectedCondition<WebElement> cannot be converted to Function<? super WebDriver,V>))
where V,T are type-variables:
V extends Object declared in method <V>until(Function<? super T,V>)
T extends Object declared in class FluentWait

我使用 Netbeans 作为 IDE,并使用它导出项目(3 个月前)

最佳答案

我也遇到了这个问题,问题是(正如上面评论中所建议的)我缺少 ExpectedCondition 需要的 google guava 库。一旦我将其添加到项目中,它就会按预期进行编译。

关于java - selenium 找不到合适的方法,直到(ExpectedCondition<WebElement>),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/21112848/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com