leochabi / selenium-vba

Automatically exported from code.google.com/p/selenium-vba
0 stars 1 forks source link

unknown error: unable to discover open pages #43

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Operating system : 7 Pro
.Net Framework version :
Office Version : 2013
SeleniumWrapper version : 1.0.16.0

Hey guys, 

I have been using Selenium VBA for about a month now, and only today started 
getting the following error. 

Any ideas? 

VBA Code: (Error is caused on line 3)
1:    Dim chr As SeleniumWrapper.WebDriver
2:    Set chr = New SeleniumWrapper.WebDriver
3:        chr.Start "chrome", "http://www.google.com"

Error: -2146233079
 unknown error: unable to discover open pages 
  (Driver info: chromedriver=2.4.226107,platform=Windows NT 6.1 SP1 x86_64) 

Original issue reported on code.google.com by bjco...@gmail.com on 15 Jan 2014 at 2:15

GoogleCodeExporter commented 8 years ago
It looks like your chromedriver is outdated, maybe due to an automatic update 
of Chrome on your desktop. Try to install the last version of 
SeleniumWrapper(1.0.17) which contains a more recent version of the 
chromedriver(2.8).

Original comment by florentbr on 15 Jan 2014 at 2:56

GoogleCodeExporter commented 8 years ago
Many thanks!

Original comment by bjco...@gmail.com on 15 Jan 2014 at 5:29

GoogleCodeExporter commented 8 years ago

Original comment by florentbr on 8 Sep 2014 at 5:40