终于接触到splinter得使用了,有点小激动
首先先安装selenium技术文档可看:https://splinter.readthedocs.io/en/latest/drivers/chrome.html
之后因为博主本人使用的是chrome浏览器
所以为了帅气风骚得使用
from splinter import Broswer;
broswer=Broswer(“chrome”);
找了一系列方法,以下测试有效:
到官方下载对应版本得chromedriver
https://sites.google.com/a/chromium.org/chromedriver/downloads
或 http://chromedriver.storage.googleapis.com/index.html
(目前只有win32位的,在64位机器上也是兼容的,不用太在意)
下载好后,将chromedrive.exe 放入谷歌浏览器目录下,application里面
然后将谷歌浏览器的路径放入系统path里面即可
分享将会继续,如有兴趣一起玩,请关注评论