While using the tool
I did not find an option to block videos.
It would be a great option if the ability to block videos was added.
As the only options available are these only
driver = Driver(
headless = False,
block_images = True,
block_images_and_css=True,
window_size = (1200,1200),
arguments = ["--mute-audio"],
block_videos = True # It would be great to add such an option.
)
While using the tool
I did not find an option to block videos.
It would be a great option if the ability to block videos was added.
As the only options available are these only