I had this problem and I changed the backslash()backslash (\\) to forward slash(/)forward slash (/). Hope this helped. try this: driver = webdriver.Chrome('C:/Users/WorkStation/Desktop/chromedriver.exe')
I had this problem and I changed the backslash() to forward slash(/). Hope this helped. try this: driver = webdriver.Chrome('C:/Users/WorkStation/Desktop/chromedriver.exe')