python selenium chrome 崩溃

Posted _南归

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了python selenium chrome 崩溃相关的知识,希望对你有一定的参考价值。

from selenium import webdriver
option = webdriver.ChromeOptions()
# 防止崩溃
option.add_argument("""--no-sandbox""")
# 谷歌文档提到需要加上这个属性来规避bug
option.add_argument("""--disable-gpu""")
wd = webdriver.Chrome(options=option)

以上是关于python selenium chrome 崩溃的主要内容,如果未能解决你的问题,请参考以下文章

关于python+selenium+Chrome的一些问题。get报错。请求大佬帮助

python selenium怎么配置IE和chrome的代理,求代码

python+selenium+chrome网页自动化

python的selenium自动化打开chrome后自动和手工混合操作?

python selenium Chrome 设置为无界面模式

Chrome Headless模式——Python+selenium+headerless