没有什么开发环境是很容易就装上的。。。。
我是按照下面这个博客写的装的,但是经过自己的修改才成功。2018/6/9
一定严格按照博客里面的版本来,这个版本对不上报很多奇怪的错误的
如:selenium.common.exceptions.SessionNotCreatedException: Message: Unable to find a matching set of capabilitie
如:selenium.common.exceptions.WebDriverException: Message: Process unexpectedly closed with status 1
如:selenium.common.exceptions.WebDriverException: Message: Process unexpectedly closed with status 255
你要是在这个博客没找到解决方法可以按照这个思路来:
find / -name 'geckodriver.log' 全局查找火狐的驱动的日志
tail -100f geckodiver.log 看日志报什么错误
google 或百度这个错误。
桌面环境使用Selenium默认会打开浏览器界面,但是如果要部署在无桌面环境的服务器环境,使用普通方法没法运行Selenium。
在服务器环境安装Gnome或者其他桌面环境,比较占用资源。