I've tried to pass a couple of options (ones to disable images from loading, extensions, basically anything to make the script faster) however when I do
driver = webdriver.Chrome(chrome_options=option)
I get an error saying webdriver.Chrome needs to be a path. Any fixes?