在某些情况下我正在检查 button
不应显示元素。
我使用以下代码,但它持续40秒。我需要快点。
try {
addAnotherScenarioButton.click();
return true;
} catch (org.openqa.selenium.NoSuchElementException e) {
log.debug("Creating scenario button is not displayed");
return false;
}
以下是日志结果:
13:26:33 DEBUG: Checking visibility for creating scenario button
13:27:13 DEBUG: Creating scenario button is not displayed
1条答案
按热度按时间bnl4lu3b1#
你可以用
或