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()
相關文章
相關標籤/搜索