python selenium跳转到alert报错UnexpectedAlertPresentException

from selenium.webdriver.support import expected_conditions as ECWebDriverWait(self.ieDriver, 100, 0.5).until(EC.alert_is_present())alert_save = self.ieDriver.switch_to_alert()alert_save.accept()
相关文章
相关标签/搜索