开始我报错是这样的:selenium.common.exceptions.WebDriverException: Message: 'chromedriver' executable may have wrong permissions
chromedriver我是下载好直接通过winscp上传上去的
注意脚本内的路径要写好chromedriver的路径
这是chromedriver下载的对照表下载网址:
http://npm.taobao.org/mirrors/chromedriver/
下载chrome
sudo apt-get install libxss1 libappindicator1 libindicator7 wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb sudo dpkg -i google-chrome*.deb sudo apt-get install -f
注意点:在哪个路径下载就到哪个路径解压,不然就报错
检查版本:
google-chrome --version
测试脚本:
完美成功
come here ,Let’s study !冲!!!