Would appreciate some help on this.
- I downloaded CHROMEDRIVER
- Copied it to python path in my system
While I try to invoke CHROME browser and set an executable path under Pycharm, I get the below error.
code --- driver = webdriver.Chrome(executable_path= "C:\Users\vinayak.gulati\AppData\Local\Programs\Python\Python37\chromedriver.exe")
Error I get ---- selenium.common.exceptions.SessionNotCreatedException: Message: session not created: This version of ChromeDriver only supports Chrome version 83
Thanks.