6876| 9
|
selenium测试脚本稳定性 |
10测试积点
最佳答案static boolean ElementExist(By Locator) {
try {
diver.findElement(Locator);
logger.debug("元素查找成功:"+Locator);
return true;
}
catch (org.openqa.selenium.NoSuchElementException ex) {
logger.debug("元素查找失败:"+Locator+"错误信息为:");
ex.printStackTrace();
return false;
}
}
你可以添加如下代码,做一个低柜调用来判断和查找元素。对 ...
| ||
| ||
| ||
| ||
| ||
| ||
| ||
| ||
小黑屋|手机版|Archiver|51Testing软件测试网 ( 沪ICP备05003035号 ) 关于我们
GMT+8, 2024-11-8 20:59 , Processed in 0.071741 second(s), 25 queries .
Powered by Discuz! X3.2
© 2001-2024 Comsenz Inc.