1.chormedriver.exe驱动下载地址
https://npm.taobao.org/mirrors/chromedriver
2.跳转网页页面不稳定问题
添加智能等待时间
driver.implicitly_wait(10)
python爬取淘宝数据之遇到的问题
原文:https://www.cnblogs.com/ggrm/p/12258608.html