禁用自动加载媒体资源

时间:2019-06-20 16:59:28

标签: selenium selenium-chromedriver

如何禁用硒(chromedriver)中的自动加载媒体资源?现在我发现了如何禁用加载图像(下面的代码)

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

添加“ profile.managed_default_content_settings.media_stream”:2不起作用

0 个答案:

没有答案