When I run code on a new computer, with windows7
, using Python3
, I get an error immediately when calling
driver = webdriver.Chrome()
The error is :
WebDriverException: unknown error: unable to discover open pages (Driver info: chromedriver=2.4.226107,platform=Windows NT 6.1 SP1 x86_64)
Any ideas on what may be causing it?