ericmckean / chromedriver

Automatically exported from code.google.com/p/chromedriver
0 stars 0 forks source link

Unable to launch Mozilla Firefox 25.0 with Selenium 2.43.1 version #958

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Getting the below error at line driver = new FirefoxDriver

Exception in thread "main" java.lang.NoSuchMethodError: 
org.openqa.selenium.logging.LocalLogs.getNullLogger()Lorg/openqa/selenium/loggin
g/LocalLogs;

Even tried the below piece of code 

File pathToBinary = new File("C:\\Program Files\\Mozilla Firefox\\firefox.exe");
FirefoxBinary ffBinary = new FirefoxBinary(pathToBinary);
FirefoxProfile firefoxProfile = new FirefoxProfile();
DesiredCapabilities capability = DesiredCapabilities.firefox(); 
WebDriver driver = new FirefoxDriver(ffBinary,firefoxProfile);

Kindly help

Original issue reported on code.google.com by suha.the...@gmail.com on 27 Oct 2014 at 2:33

GoogleCodeExporter commented 9 years ago
webdriver  2.43.1 does not support this version of firefox
supported version for 2.43.1 are:  24, 31 and 32

see here supported version http://selenium.googlecode.com/git/java/CHANGELOG

Original comment by denys.st...@gmail.com on 29 Oct 2014 at 10:19

GoogleCodeExporter commented 9 years ago

Original comment by samu...@chromium.org on 21 Feb 2015 at 12:18

GoogleCodeExporter commented 9 years ago
I installed firefox 24 as well
Again it is showing the same error

Original comment by suha.the...@gmail.com on 25 Feb 2015 at 1:19

GoogleCodeExporter commented 9 years ago
Issue is not related to chromedriver. Can you please look for the solution or 
raise a ticket in https://code.google.com/p/selenium/issues/list

Original comment by gmanikp...@chromium.org on 26 Feb 2015 at 12:35