Linux下使用selenium数据抓取报错问题(网页加载失败)

unknown error: Chrome failed to start: exited abnormally (Driver info: chromedriver=...)

linux下命令行运行报错
Message: unknown error: Chrome failed to start: exited abnormally
(Driver info: chromedriver=2.36.540471 (9c759b81a907e70363c6312294d30b6ccccc2752),platform=Linux 4.14.0-deepin2-amd64 x86_64)

解决方案一
先执行一下两句安装命令(以ubuntu为例):
pip install pyvirtualdisplay
sudo apt-get install xvfb
然后添加如下代码:(必须在Linux下执行)
from pyvirtualdisplay import Display
display = Display(visibl

Linux下使用selenium数据抓取报错问题(网页加载失败)最先出现在Python成神之路

版权声明:
作者:cc
链接:https://www.techfm.club/p/24539.html
来源:TechFM
文章版权归作者所有,未经允许请勿转载。

THE END
分享
二维码
< <上一篇
下一篇>>