gpt4 book ai didi

java - WaitforElement 超时错误?

转载 作者:行者123 更新时间:2023-12-01 05:39:05 24 4
gpt4 key购买 nike

我正在将编码转换为 Junit4(webdriver) 。当我在 Eclipse 中运行代码时,我在下面的代码中收到错误,

for (int second = 0;; second++) {
if (second >= 60) fail("timeout");
try {
if (isElementPresent(By.cssSelector("button.MB_focusable"))) break;
}
catch (Exception e) {}
Thread.sleep(1000);
}

谁能告诉我如何摆脱这个?

最佳答案

尝试在创建 DefaultSelenium 对象后调用 isElementPresent 方法。

在 Eclipse 和 Selenium Rc 中运行测试用例时,我们需要调用该对象的对象。

如果遇到任何其他问题,请尝试告诉我。

关于java - WaitforElement 超时错误?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7600822/

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