I am trying to use selenium to test a webpage I am building. I downloaded chrome driver and placed the executable in the path below. I know the path is correct.
driver = webdriver.Chrome(executable_path=r'C:\Python\chromedriver.exe')
What can I do to address this or what am I missing?