无法单击硒中的十字按钮

时间:2018-10-12 22:12:25

标签: java selenium

在给定的图片中,我无法单击十字(closeicon

使用以下代码:

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();

Highlighted button

0 个答案:

没有答案