# selenium+chromedriver+python3 不加載圖片


設置chromedriver不加載圖片

from selenium import webdriver

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

driver = webdriver.Chrome(chrome_options = chrome_options) 


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2026 CODEPRJ.COM