Selenium chrome配置不加载图片Python版

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Selenium chrome配置不加载图片Python版相关的知识,希望对你有一定的参考价值。

环境: windows 7 + Python 3.5.2 + Selenium 3.4.2 + Chrome Driver 2.29 + Chrome 58.0.3029.110 (64-bit)

 

from selenium import webdriver

chrome_options = webdriver.ChromeOptions()
prefs = {"profile.managed_default_content_settings.images":2}
chrome_options.add_experimental_option("prefs",prefs)
            
driver = webdriver.Chrome(chrome_options=chrome_options)

 

以上是关于Selenium chrome配置不加载图片Python版的主要内容,如果未能解决你的问题,请参考以下文章

实现selenium+Chrome爬取时不加载图片——配置

scrapy selenium 设置chromedriver不加载图片

Selenium加载Chrome/Firefox浏览器配置文件

Selenium 加载Chrome/Firefox浏览器配置文件

# selenium+chromedriver+python3 不加载图片

Selenium 不使用默认 Chrome 配置文件