WebDriverException Error when using selenium chrome webdriver with options
问题 I would like to run the chrome webdriver on my MAC with my original chrome profile/options, so that i don't need to write a script to log in to the page in the temporary opened automated driver. my original code without options was run successfully DRIVER = 'chromedriver' driver = webdriver.Chrome(DRIVER) However, when I try to use options I get the following error, and here is my code from selenium import webdriver from selenium.webdriver.chrome.options import Options options = webdriver