gpt4 book ai didi

java - Selenium , java , 测试

转载 作者:行者123 更新时间:2023-12-02 02:35:38 24 4
gpt4 key购买 nike

我怎样才能跳过错误并继续for循环中的下一次迭代,我已经在下面粘贴了我的代码,我正在尝试的是,我正在尝试从a下载多个PDF网站上,我使用了 linkText-FullText PDF,它适用于除一个之外的所有 PDF,因此循环失败并且程序停止。

Error: Exception in thread "main"
org.openqa.selenium.NoSuchElementException: no such element: Unable to
locate element: {"method":"link text","selector":"Fulltext PDF"}
(Session info: chrome=60.0.3112.113)

最佳答案

您可以使用 try catch block 来跳过下面给出的错误。

for(;;){

try{

//code to click on link text

}
catch(NoSuchElementException ex){

}
}

关于java - Selenium , java , 测试,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/46403298/

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