Python stuck at Selenium webdriver.Chrome() -


after import webdriver selenium , call webdriver.chrome(), python gets stuck.

>>> selenium import webdriver >>> d = webdriver.chrome() 

no output, no error messages, nothing. if do:

> chromedriver --version chromedriver 2.16.333243 (0bfa1d3575fc1044244f21ddb82bf870944ef961) 

this implies chromedriver has been installed , on $path.

any idea why i'm stuck @ webdriver.chrome()?


Comments