Open GoogleCodeExporter opened 9 years ago
1. what version of chromedriver you use?
2. which OS you use?
3. What version of chrome browser you use?
Original comment by gmanikp...@chromium.org
on 2 Mar 2015 at 8:35
1. what version of chromedriver you use?
http://chromedriver.storage.googleapis.com/index.html?path=2.14/
2.14
2. which OS you use?
Windows 8.1 pro, 64bit
3. What version of chrome browser you use?
Version 40.0.2214.115 m
BTW - chromeDriver is working with 2.44.0 selenium version not with 2.45.0.
That is why I have posted this as an issue here.
Much Thanks
Original comment by rajeev...@gmail.com
on 3 Mar 2015 at 2:12
I am not able to reproduce the issue. The problem might be in the environment
setup. Can you please check your setup
Original comment by gmanikp...@chromium.org
on 3 Mar 2015 at 10:58
Try to add dependency
<dependency>
<groupId>org.seleniumhq.selenium</groupId>
<artifactId>selenium-remote-driver</artifactId>
<version>2.45.0</version>
</dependency>
Original comment by malahovs...@gmail.com
on 13 Mar 2015 at 9:28
Original issue reported on code.google.com by
rajeev...@gmail.com
on 2 Mar 2015 at 6:39