I am asking this question because there is a lot of stuff on how to disable videos autoplay, and images loading, but I could not find anything on video loading. Chromedriver is my only browser option. Is there any way to do that?
Asked
Active
Viewed 1,266 times
2
-
Maybe you could use a chrome extension that does that. Then when you use selenium you can specify the relevant chrome profile that has this extension loaded. – West Jan 23 '21 at 10:26
-
https://stackoverflow.com/questions/28070315/python-disable-images-in-selenium-google-chromedriver Check this one. It may help. – r.burak Jan 23 '21 at 10:27
-
I can only find extensions to block autoplay, but not to disable video loading – GitJorgo Jan 23 '21 at 11:59
-
Hi @GitJorgo, have you found the solution for this? – Luis Miguel May 03 '21 at 22:40
-
@LuisMiguel sorry for the late answer. In the end, I did not manage to find a way to solve this, I'm not sure it is even possible. Anyways, tell me if you discover how to do it :) – GitJorgo Sep 04 '21 at 12:44