selenium webdriver importing Options giving me an ImportError
问题 Link to the original code I'm trying to implement into my code. Running Selenium WebDriver using Python with extensions (.crx files) from selenium import webdriver from selenium.webdriver.chrome.options import Options chop = webdriver.ChromeOptions() chop.add_extension('Adblock-Plus_v1.4.1.crx') driver = webdriver.Chrome(chrome_options = chop) I tried incorporating the code, but the 2nd line, from selenium.webdriver.chrome.options import Options is tossing out an error Traceback (most recent