【发布时间】:2022-02-01 15:54:29
【问题描述】:
try {
WebDriverWait wait = new WebDriverWait(driver,30);
WebElement element = wait.until(ExpectedConditions.visibilityOfElementLocated(By.id("myDynamicElement")));
} catch (TimeOutException toe) {
【问题讨论】: