我用下面的selenium代码点击;“OK”;警报框,但它没有识别,我不知道原因是什么,有人能帮助解决这个问题吗?
Alert click_on_update_button_Htwelveyes = driver.switchTo().alert();
click_on_update_button_Htwelveyes.accept();
}
----Selenium Output----------
org.openqa.selenium.NoAlertPresentException: no such alert
(会话信息:chrome=103.0.5060.134)文章源自玩技e族-https://www.playezu.com/192707.html
软件功能测试文章源自玩技e族-https://www.playezu.com/192707.html 文章源自玩技e族-https://www.playezu.com/192707.html
评论