在做wechat爬虫时遇到的问题,整理记录下:
1.selenium与firefox版本不匹配:
报错为 :
selenium.common.exceptions.WebDriverException: Message: Can't load the profile. Profile Dir: /tmp/tmpazh15s If you specified a log_file in the FirefoxBinary constructor, check it for details.
首先需要找到对应的firefox版本:
【Selenium】 -> 【FireFox】
2.25.0 -> 18
2.30.0 -> 19
2.31.0 -> 20
2.42.2 -> 29
2.44.0 -> 33 (不支持31)
2.53.0 -> 43,46(不支持47)
2.41.0 -> 26(绿色版本)
2.44 -> 32.0-35.0
然后重新安装firefox
1.到http://ftp.mozilla.org/pub/firefox/releases/下载相应的安装包
2.进入存放下载文件(Firefox-latest-x86_64.tar.bz2)的目录。
# cd /home/***/Desktop
3.在该目录解压 Firefo