Answer the question
In order to leave comments, you need to log in
Selenium chromedriver how to disable automatic video download?
Good afternoon.
Who knows how to disable automatic video loading in selenium, similar to image:
chromeOptions = webdriver.ChromeOptions()
prefs={"profile.managed_default_content_settings.images": 2 }
chromeOptions.add_experimental_option('prefs', prefs)
driver = webdriver.Chrome(chrome_options=chromeOptions)
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question