在给定的图片中,我无法单击十字(close
)icon
。
使用以下代码:
driver.findElement(By.id("otp")).sendKeys(password);
driver.findElement(By.id("verifyUser")).click();
new WebDriverWait(driver, 20).until(ExpectedConditions.frameToBeAvailableAndSwitchToIt(By.xpath("//div[@class='modal']//iframe[@class='modalIframe']"))).close();