https://www.cnblogs.com/sean-sun/p/4335121.html
1.
'ChromeDriver executable needs to be in the path.报错处理,不在路经内
win7系统,在python中调用ChromeDriver 一直报错
“
selenium.common.exceptions.WebDriverException: Message: 'ChromeDriver executable needs to be available in the path.
”
将ChromeDriver 的路径添加到系统变量path也不行,后来将ChromeDriver 拷贝到/python27/scripts 下,问题解决。即,需要拷贝到当前python脚本目录
2. socket.error: [Errno 10054]
from splinter.browser import Browser
b = Browser(driver_name="chrome")
b.visit("http://www.baidu.com") ###注意不要去掉http://
遇到上面问题,chrome版本
58.0.3029.110 (64-bit