I have following environment at my local Chrome 67 Python 3.5.0 Selenium 3.12.0
I have downloaded chromedriver with version 2.39
I have .py file as follows>
You've made a mistake into the executable address :
driver = webdriver.Chrome(executable_path="hromedriver.exe")
It should be :
driver = webdriver.Chrome(executable_path="chromedriver.exe")