我使用过去几年的代码,如何使用lambda表达式处理预期的情况
Wait<WebDriver> wait = new FluentWait<WebDriver>(getDriver())
.withTimeout(10, TimeUnit.SECONDS)
.pollingEvery(5),TimeUnit.SECONDS)
.ignoring(NoSuchElementException.class);
wait.until(ExpectedConditions.visibilityOfElementLocated(by));