This is my first query here.
Issue: I am getting subjected error while running the selenium webdriver command to access some website through google chrome and its related webdriver.
I use below versions of each entity:
-Python 3.7 (through Anaconda's Jupyter notebook)
-Selenium 3.14
-Google Chrome 75.0.3770.80
-Chrome Driver 75.0.3770.8
Command Executed:
driver=webdriver.Chrome(executable_path=r'C:\Users\pravshar\Desktop\DUCAT\chromedriver.exe')
Kindly help me out in this, Thanks in advance !
Regards,
Praveen