AttributeError: 'WebDriver' object has no attribute 'switchTo' 解决方法

点击弹出的alert,在网上搜到的代码是driver.switchTo().alert().accept(),运行报错

解决方法,改为chrome.switch_to.alert.accept()

你可能感兴趣的:(python-爬虫,爬虫)