Python3中Selenium 弹框alert报错 unexpected alert open 解决办法(亲测有效)
报错信息:
unexpected alert open
解决方法:
driver.switch_to.alert.accept()