I dont know what i am doing wrong. I checked the location of google chrome to be in the correct folder. Also I put the chrome driver in the correct folder as well. What am I doing wrong?
options = webdriver.ChromeOptions()
options.binary_location = "C:\Program Files (x86)\Google\Chrome\Application"
options.headless = True
driver = webdriver.Chrome("/Users/Trader/Documents/chromedriver", options=options)
Error code:
selenium.common.exceptions.WebDriverException: Message: unknown error: Failed to create a Chrome process.