Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unreachable browser exception and browser not opening for Firefox 47.0.1 and geckodriver-v0.8.0-win32 #110

Closed
arjunray12 opened this issue Jun 23, 2016 · 10 comments

Comments

@arjunray12
Copy link

arjunray12 commented Jun 23, 2016

I am using Firefox 47.0.1 with Marionette driver geckodriver-v0.8.0-win32. But I got unreachable browser exception and firefox not opening.

My code snippet looks like below :

System.setProperty("webdriver.gecko.driver", "C:/Documents and Settings/Admin/Desktop/wires-0.6.2-win/wires.exe");
GeckoDriverService service = new GeckoDriverService(new File("C:/Documents and Settings/Admin/Desktop/wires-0.6.2-win/wires.exe"), PortProber.findFreePort(), null, null);
DesiredCapabilities cap = DesiredCapabilities.firefox();
cap.setCapability("marionette", true);
cap.setCapability("firefox_binary", "G:/Program Files/Mozilla Firefox/firefox.exe");
driver = new MarionetteDriver(service, cap,PortProber.findFreePort());

showing exception as :-

org.openqa.selenium.remote.UnreachableBrowserException: Could not start a new session. Possible causes are invalid address of the remote server or browser start-up failure. Build info: version: '2.53.0', revision: '35ae25b', time: '2016-03-15 16:57:40' System info: host: 'computer_1', ip: '192.168.1.100', os.name: 'Windows XP', os.arch: 'x86', os.version: '5.1', java.version: '1.7.0_79' Driver info: driver.version: MarionetteDriver

@arjunray12 arjunray12 changed the title Unreachable browser exception and browser not opening Unreachable browser exception and browser not opening for Firefox 47.0.1 and geckodriver-v0.8.0-win32 Jun 29, 2016
@andreastt
Copy link
Contributor

Firefox 47 is not supported by geckodriver. Could you please try with a newer Firefox, preferably Nightly?

@arjunray12
Copy link
Author

@andreastt
Thanks for your comment I tried with nightly build(50.0a1) as you suggested but no hope.

org.openqa.selenium.remote.UnreachableBrowserException: Could not start a new session. Possible causes are invalid address of the remote server or browser start-up failure. Build info: version: '2.53.0', revision: '35ae25b', time: '2016-03-15 16:57:40' System info: host: 'computer_1', ip: '192.168.1.100', os.name: 'Windows XP', os.arch: 'x86', os.version: '5.1', java.version: '1.7.0_79' Driver info: driver.version: MarionetteDriver at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:665) at org.openqa.selenium.remote.RemoteWebDriver.startSession(RemoteWebDriver.java:249) at org.openqa.selenium.remote.RemoteWebDriver.startSession(RemoteWebDriver.java:234) at org.openqa.selenium.firefox.MarionetteDriver.run(MarionetteDriver.java:79) at org.openqa.selenium.firefox.MarionetteDriver.<init>(MarionetteDriver.java:73) at org.openqa.selenium.firefox.MarionetteDriver.<init>(MarionetteDriver.java:49) at com.automation.report.test.RealTimeReportTest.init(RealTimeReportTest.java:37) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:606) at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:86) at org.testng.internal.Invoker.invokeConfigurationMethod(Invoker.java:514) at org.testng.internal.Invoker.invokeConfigurations(Invoker.java:215) at org.testng.internal.Invoker.invokeConfigurations(Invoker.java:142) at org.testng.internal.TestMethodWorker.invokeBeforeClassMethods(TestMethodWorker.java:178) at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108) at org.testng.TestRunner.privateRun(TestRunner.java:782) at org.testng.TestRunner.run(TestRunner.java:632) at org.testng.SuiteRunner.runTest(SuiteRunner.java:366) at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:361) at org.testng.SuiteRunner.privateRun(SuiteRunner.java:319) at org.testng.SuiteRunner.run(SuiteRunner.java:268) at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:52) at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:86) at org.testng.TestNG.runSuitesSequentially(TestNG.java:1244) at org.testng.TestNG.runSuitesLocally(TestNG.java:1169) at org.testng.TestNG.run(TestNG.java:1064) at org.testng.remote.RemoteTestNG.run(RemoteTestNG.java:113) at org.testng.remote.RemoteTestNG.initAndRun(RemoteTestNG.java:206) at org.testng.remote.RemoteTestNG.main(RemoteTestNG.java:177) Caused by: org.openqa.selenium.WebDriverException: org.apache.http.conn.HttpHostConnectException: Connect to localhost:13705 [localhost/127.0.0.1] failed: Connection refused: connect Build info: version: '2.53.0', revision: '35ae25b', time: '2016-03-15 16:57:40' System info: host: 'computer_1', ip: '192.168.1.100', os.name: 'Windows XP', os.arch: 'x86', os.version: '5.1', java.version: '1.7.0_79' Driver info: driver.version: MarionetteDriver at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:91) at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:644) ... 30 more Caused by: org.apache.http.conn.HttpHostConnectException: Connect to localhost:13705 [localhost/127.0.0.1] failed: Connection refused: connect at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:151) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:353) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:380) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:184) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:88) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:184) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:71) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:55) at org.openqa.selenium.remote.internal.ApacheHttpClient.fallBackExecute(ApacheHttpClient.java:144) at org.openqa.selenium.remote.internal.ApacheHttpClient.execute(ApacheHttpClient.java:90) at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:142) at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:82) ... 31 more Caused by: java.net.ConnectException: Connection refused: connect at java.net.TwoStacksPlainSocketImpl.socketConnect(Native Method) at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:339) at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:200) at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:182) at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:172) at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392) at java.net.Socket.connect(Socket.java:579) at org.apache.http.conn.socket.PlainConnectionSocketFactory.connectSocket(PlainConnectionSocketFactory.java:74) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:134) ... 44 more

@andreastt
Copy link
Contributor

@arjunray12 That stacktrace from Java is completely useless in debugging the problem.

First of all it would be interesting if you are able to start the binary at all on your system. The currently released binaries require the Visual Studio redistributable C runtime library to be installed (possibly the 32-bit version). This requirement will be gone from the next release of geckodriver as part of 5d70770.

You will need to run the same test again with the RUST_LOG=debug environment variable, and if you can with a custom build of geckodriver where you additionally pass the -vv flag to the binary in order to get verbose logging from Gecko.

The latter is necessary because 468f32b has not yet made it in to an official release. But you will find find build instructions in the README.

@arjunray12
Copy link
Author

Yes I am able to start browser after double click on firefox exe but if I double click on geckodriver it is showing not a valid win 32 application I think it is ok as per stackoverflow discussion .

For generating log RUST_LOG=debug could you please tell me how to add this on my above code then I post the log in this forum and other people and me also try to understand what is happening in behind.

@andreastt
Copy link
Contributor

@arjunray12 Can you try again with v0.9.0?

@arjunray12
Copy link
Author

I download the the latest one geckodriver-v0.9.0-win64 because win 32 bit version not available but problem not resolved.

@andreastt
Copy link
Contributor

I’m surprised you’re still running a 32-bit operating system, but #138 might help.

@Iamsajidkhan
Copy link

Iamsajidkhan commented Jul 25, 2017

This is My code
`package selepackage;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.firefox.FirefoxDriver;
//comment the above line and uncomment below line to use Chrome
//import org.openqa.selenium.chrome.ChromeDriver;
public class seleClass {

public static void main(String[] args) {
    // declaration and instantiation of objects/variables
	System.setProperty("webdriver.firefox.marionette","C:\\geckodriver.exe");
	WebDriver driver = new FirefoxDriver();
	//comment the above 2 lines and uncomment below 2 lines to use Chrome
	//System.setProperty("webdriver.chrome.driver","G:\\chromedriver.exe");
	//WebDriver driver = new ChromeDriver();
	
    String baseUrl = "http://demo.guru99.com/selenium/newtours/";
    String expectedTitle = "Welcome: Mercury Tours";
    String actualTitle = "";

    // launch Fire fox and direct it to the Base URL
    driver.get(baseUrl);

    // get the actual value of the title
    actualTitle = driver.getTitle();

    /*
     * compare the actual title of the page with the expected one and print
     * the result as "Passed" or "Failed"
     */
    if (actualTitle.contentEquals(expectedTitle)){
        System.out.println("Test Passed!");
    } else {
        System.out.println("Test Failed");
    }
   
    //close Fire fox
    driver.close();
   
}

`}

And This is Error
1500963215591 addons.manager DEBUG Application has been upgraded 1500963216801 addons.manager DEBUG Loaded provider scope for resource://gre/modules/addons/XPIProvider.jsm: ["XPIProvider"] 1500963216808 addons.manager DEBUG Loaded provider scope for resource://gre/modules/LightweightThemeManager.jsm: ["LightweightThemeManager"] 1500963216857 addons.manager DEBUG Loaded provider scope for resource://gre/modules/addons/GMPProvider.jsm 1500963216866 addons.manager DEBUG Loaded provider scope for resource://gre/modules/addons/PluginProvider.jsm 1500963216869 addons.manager DEBUG Starting provider: XPIProvider 1500963216870 addons.xpi DEBUG startup 1500963216874 addons.xpi INFO Mapping fxdriver@googlecode.com to C:\Users\TELLME~1\AppData\Local\Temp\anonymous515784662486105999webdriver-profile\extensions\fxdriver@googlecode.com 1500963216874 addons.xpi DEBUG Ignoring file entry whose name is not a valid add-on ID: C:\Users\TELLME~1\AppData\Local\Temp\anonymous515784662486105999webdriver-profile\extensions\webdriver-staging 1500963216877 addons.xpi INFO Removing all system add-on upgrades. 1500963216879 addons.xpi INFO SystemAddonInstallLocation directory is missing 1500963216881 addons.xpi INFO Mapping aushelper@mozilla.org to C:\Program Files (x86)\Mozilla Firefox\browser\features\aushelper@mozilla.org.xpi 1500963216882 addons.xpi INFO Mapping e10srollout@mozilla.org to C:\Program Files (x86)\Mozilla Firefox\browser\features\e10srollout@mozilla.org.xpi 1500963216883 addons.xpi INFO Mapping firefox@getpocket.com to C:\Program Files (x86)\Mozilla Firefox\browser\features\firefox@getpocket.com.xpi 1500963216883 addons.xpi INFO Mapping screenshots@mozilla.org to C:\Program Files (x86)\Mozilla Firefox\browser\features\screenshots@mozilla.org.xpi 1500963216884 addons.xpi INFO Mapping webcompat@mozilla.org to C:\Program Files (x86)\Mozilla Firefox\browser\features\webcompat@mozilla.org.xpi 1500963216886 addons.xpi INFO Mapping mozilla_cc3@internetdownloadmanager.com to C:\Program Files (x86)\Internet Download Manager\idmmzcc3.xpi 1500963216924 addons.xpi INFO Mapping {972ce4c6-7e08-4474-a285-3208198ce6fd} to C:\Program Files (x86)\Mozilla Firefox\browser\extensions\{972ce4c6-7e08-4474-a285-3208198ce6fd}.xpi 1500963216924 addons.xpi DEBUG Skipping unavailable install location app-system-share 1500963216924 addons.xpi DEBUG Skipping unavailable install location app-system-local 1500963216926 addons.xpi DEBUG checkForChanges 1500963216927 addons.xpi INFO SystemAddonInstallLocation directory is missing 1500963216928 addons.xpi DEBUG Loaded add-on state from prefs: {} 1500963216929 addons.xpi DEBUG New add-on fxdriver@googlecode.com in app-profile 1500963216932 addons.xpi DEBUG getModTime: Recursive scan of fxdriver@googlecode.com 1500963216940 addons.xpi DEBUG New add-on aushelper@mozilla.org in app-system-defaults 1500963216941 addons.xpi DEBUG getModTime: Recursive scan of aushelper@mozilla.org 1500963216942 addons.xpi DEBUG New add-on e10srollout@mozilla.org in app-system-defaults 1500963216943 addons.xpi DEBUG getModTime: Recursive scan of e10srollout@mozilla.org 1500963216944 addons.xpi DEBUG New add-on firefox@getpocket.com in app-system-defaults 1500963216945 addons.xpi DEBUG getModTime: Recursive scan of firefox@getpocket.com 1500963216946 addons.xpi DEBUG New add-on screenshots@mozilla.org in app-system-defaults 1500963216948 addons.xpi DEBUG getModTime: Recursive scan of screenshots@mozilla.org 1500963216948 addons.xpi DEBUG New add-on webcompat@mozilla.org in app-system-defaults 1500963216949 addons.xpi DEBUG getModTime: Recursive scan of webcompat@mozilla.org 1500963216950 addons.xpi DEBUG New add-on mozilla_cc3@internetdownloadmanager.com in winreg-app-user 1500963216950 addons.xpi DEBUG getModTime: Recursive scan of mozilla_cc3@internetdownloadmanager.com 1500963216952 addons.xpi DEBUG New add-on {972ce4c6-7e08-4474-a285-3208198ce6fd} in app-global 1500963216952 addons.xpi DEBUG getModTime: Recursive scan of {972ce4c6-7e08-4474-a285-3208198ce6fd} 1500963216954 addons.xpi DEBUG getInstallState changed: true, state: {"app-profile":{"fxdriver@googlecode.com":{"d":"C:\\Users\\TELLME~1\\AppData\\Local\\Temp\\anonymous515784662486105999webdriver-profile\\extensions\\fxdriver@googlecode.com","st":1500963210151,"mt":1500963210127}},"app-system-defaults":{"aushelper@mozilla.org":{"d":"C:\\Program Files (x86)\\Mozilla Firefox\\browser\\features\\aushelper@mozilla.org.xpi","st":1498974669677},"e10srollout@mozilla.org":{"d":"C:\\Program Files (x86)\\Mozilla Firefox\\browser\\features\\e10srollout@mozilla.org.xpi","st":1498974669662},"firefox@getpocket.com":{"d":"C:\\Program Files (x86)\\Mozilla Firefox\\browser\\features\\firefox@getpocket.com.xpi","st":1498974669630},"screenshots@mozilla.org":{"d":"C:\\Program Files (x86)\\Mozilla Firefox\\browser\\features\\screenshots@mozilla.org.xpi","st":1498730090392},"webcompat@mozilla.org":{"d":"C:\\Program Files (x86)\\Mozilla Firefox\\browser\\features\\webcompat@mozilla.org.xpi","st":1498974669568}},"winreg-app-user":{"mozilla_cc3@internetdownloadmanager.com":{"d":"C:\\Program Files (x86)\\Internet Download Manager\\idmmzcc3.xpi","st":1490713232000}},"app-global":{"{972ce4c6-7e08-4474-a285-3208198ce6fd}":{"d":"C:\\Program Files (x86)\\Mozilla Firefox\\browser\\extensions\\{972ce4c6-7e08-4474-a285-3208198ce6fd}.xpi","st":1498974669740}}} 1500963217033 addons.xpi-utils DEBUG Opening XPI database C:\Users\TELLME~1\AppData\Local\Temp\anonymous515784662486105999webdriver-profile\extensions.json 1500963217058 addons.xpi-utils DEBUG New add-on fxdriver@googlecode.com installed in app-profile *** Blocklist::_loadBlocklistFromFile: blocklist is disabled 1500963217137 addons.xpi WARN Add-on fxdriver@googlecode.com is not correctly signed. 1500963217139 addons.xpi WARN Add-on fxdriver@googlecode.com is not correctly signed. 1500963217143 DeferredSave.extensions.json DEBUG Save changes 1500963217144 addons.xpi-utils DEBUG New add-on aushelper@mozilla.org installed in app-system-defaults 1500963217176 DeferredSave.extensions.json DEBUG Starting timer 1500963217182 DeferredSave.extensions.json DEBUG Save changes 1500963217182 addons.xpi-utils DEBUG New add-on e10srollout@mozilla.org installed in app-system-defaults 1500963217219 DeferredSave.extensions.json DEBUG Save changes 1500963217222 addons.xpi-utils DEBUG New add-on firefox@getpocket.com installed in app-system-defaults 1500963217255 DeferredSave.extensions.json DEBUG Starting write 1500963217446 DeferredSave.extensions.json DEBUG Save changes 1500963217447 DeferredSave.extensions.json DEBUG Data changed while write in progress 1500963217447 addons.xpi-utils DEBUG New add-on screenshots@mozilla.org installed in app-system-defaults 1500963217484 DeferredSave.extensions.json DEBUG Save changes 1500963217484 addons.xpi-utils DEBUG New add-on webcompat@mozilla.org installed in app-system-defaults 1500963217500 DeferredSave.extensions.json DEBUG Save changes 1500963217501 addons.xpi-utils DEBUG New add-on mozilla_cc3@internetdownloadmanager.com installed in winreg-app-user 1500963218638 addons.webextension.<unknown> WARN Loading extension 'null': Reading manifest: Error processing background.persistent: Event pages are not currently supported. This will run as a persistent background page. 1500963218671 addons.webextension.<unknown> WARN Loading extension 'null': Reading manifest: Error processing offline_enabled: An unexpected property was found in the WebExtension manifest. 1500963218927 addons.xpi-utils WARN Disabling foreign installed add-on mozilla_cc3@internetdownloadmanager.com in winreg-app-user 1500963218928 DeferredSave.extensions.json DEBUG Save changes 1500963218928 addons.xpi-utils DEBUG New add-on {972ce4c6-7e08-4474-a285-3208198ce6fd} installed in app-global 1500963218958 DeferredSave.extensions.json DEBUG Save changes 1500963218960 addons.manager DEBUG Registering startup change 'installed' for fxdriver@googlecode.com 1500963218960 addons.xpi-utils DEBUG Make addon app-profile:fxdriver@googlecode.com visible 1500963218961 DeferredSave.extensions.json DEBUG Save changes 1500963218961 addons.manager DEBUG Registering startup change 'installed' for aushelper@mozilla.org 1500963219000 addons.xpi DEBUG Loading bootstrap scope from C:\Program Files (x86)\Mozilla Firefox\browser\features\aushelper@mozilla.org.xpi 1500963219008 addons.xpi DEBUG Calling bootstrap method install on aushelper@mozilla.org version 2.0 1500963219008 addons.xpi-utils DEBUG Make addon app-system-defaults:aushelper@mozilla.org visible 1500963219009 DeferredSave.extensions.json DEBUG Save changes 1500963219010 addons.manager DEBUG Registering startup change 'installed' for e10srollout@mozilla.org 1500963219011 addons.xpi DEBUG Loading bootstrap scope from C:\Program Files (x86)\Mozilla Firefox\browser\features\e10srollout@mozilla.org.xpi 1500963219019 addons.xpi DEBUG Calling bootstrap method install on e10srollout@mozilla.org version 1.50 1500963219023 addons.xpi-utils DEBUG Make addon app-system-defaults:e10srollout@mozilla.org visible 1500963219025 DeferredSave.extensions.json DEBUG Save changes 1500963219026 addons.manager DEBUG Registering startup change 'installed' for firefox@getpocket.com 1500963219028 addons.xpi DEBUG Loading bootstrap scope from C:\Program Files (x86)\Mozilla Firefox\browser\features\firefox@getpocket.com.xpi 1500963219037 addons.xpi DEBUG Calling bootstrap method install on firefox@getpocket.com version 1.0.5 1500963219037 addons.xpi-utils DEBUG Make addon app-system-defaults:firefox@getpocket.com visible 1500963219038 DeferredSave.extensions.json DEBUG Save changes 1500963219039 addons.manager DEBUG Registering startup change 'installed' for screenshots@mozilla.org 1500963219042 addons.xpi DEBUG Loading bootstrap scope from C:\Program Files (x86)\Mozilla Firefox\browser\features\screenshots@mozilla.org.xpi 1500963219048 addons.xpi DEBUG Calling bootstrap method install on screenshots@mozilla.org version 6.6.0 1500963219049 addons.xpi-utils DEBUG Make addon app-system-defaults:screenshots@mozilla.org visible 1500963219050 DeferredSave.extensions.json DEBUG Save changes 1500963219051 addons.manager DEBUG Registering startup change 'installed' for webcompat@mozilla.org 1500963219052 addons.xpi DEBUG Loading bootstrap scope from C:\Program Files (x86)\Mozilla Firefox\browser\features\webcompat@mozilla.org.xpi 1500963219060 addons.xpi DEBUG Calling bootstrap method install on webcompat@mozilla.org version 1.1 1500963219060 addons.xpi-utils DEBUG Make addon app-system-defaults:webcompat@mozilla.org visible 1500963219061 DeferredSave.extensions.json DEBUG Save changes 1500963219062 addons.manager DEBUG Registering startup change 'installed' for mozilla_cc3@internetdownloadmanager.com 1500963219062 addons.manager DEBUG Registering startup change 'installed' for mozilla_cc3@internetdownloadmanager.com 1500963219063 addons.xpi DEBUG Loading bootstrap scope from C:\Program Files (x86)\Internet Download Manager\idmmzcc3.xpi 1500963219100 addons.xpi DEBUG Calling bootstrap method install on mozilla_cc3@internetdownloadmanager.com version 6.28.2 1500963219101 addons.xpi-utils DEBUG Make addon winreg-app-user:mozilla_cc3@internetdownloadmanager.com visible 1500963219103 DeferredSave.extensions.json DEBUG Save changes 1500963219106 addons.xpi-utils DEBUG Make addon app-global:{972ce4c6-7e08-4474-a285-3208198ce6fd} visible 1500963219113 DeferredSave.extensions.json DEBUG Save changes 1500963219115 addons.xpi DEBUG Updating XPIState for {"id":"fxdriver@googlecode.com","syncGUID":"{7c6ad203-7619-4baf-bf1c-071885b7047c}","location":"app-profile","version":"3.4.0","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"icons":{},"iconURL":null,"icon64URL":null,"defaultLocale":{"name":"Firefox WebDriver","description":"WebDriver implementation for Firefox","creator":"Simon Stewart","homepageURL":null},"visible":true,"active":false,"userDisabled":false,"appDisabled":true,"descriptor":"C:\\Users\\TELLME~1\\AppData\\Local\\Temp\\anonymous515784662486105999webdriver-profile\\extensions\\fxdriver@googlecode.com","installDate":1500963210151,"updateDate":1500963210151,"applyBackgroundUpdates":1,"bootstrap":false,"skinnable":false,"size":3303362,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":true,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"3.0","maxVersion":"48.0"}],"targetPlatforms":[{"os":"Darwin","abi":null},{"os":"SunOS","abi":null},{"os":"FreeBSD","abi":null},{"os":"OpenBSD","abi":null},{"os":"WINNT","abi":null},{"os":"Linux","abi":null}],"multiprocessCompatible":false,"signedState":0,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null} 1500963219116 addons.xpi DEBUG Updating XPIState for {"id":"aushelper@mozilla.org","syncGUID":"{95e62be5-2b88-4224-a74b-89d3c2d21196}","location":"app-system-defaults","version":"2.0","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"icons":{},"iconURL":null,"icon64URL":null,"defaultLocale":{"name":"Application Update Service Helper","description":"Sets value(s) in the update url based on custom checks.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"descriptor":"C:\\Program Files (x86)\\Mozilla Firefox\\browser\\features\\aushelper@mozilla.org.xpi","installDate":1498974669677,"updateDate":1498974669677,"applyBackgroundUpdates":1,"bootstrap":true,"skinnable":false,"size":8488,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"54.0.1","maxVersion":"54.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null} 1500963219117 addons.xpi DEBUG getModTime: Recursive scan of aushelper@mozilla.org 1500963219118 addons.xpi DEBUG Updating XPIState for {"id":"e10srollout@mozilla.org","syncGUID":"{184acb60-193a-44de-969f-ac42d69ba24b}","location":"app-system-defaults","version":"1.50","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"icons":{},"iconURL":null,"icon64URL":null,"defaultLocale":{"name":"Multi-process staged rollout","description":"Staged rollout of Firefox multi-process feature.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"descriptor":"C:\\Program Files (x86)\\Mozilla Firefox\\browser\\features\\e10srollout@mozilla.org.xpi","installDate":1498974669662,"updateDate":1498974669662,"applyBackgroundUpdates":1,"bootstrap":true,"skinnable":false,"size":12519,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"54.0.1","maxVersion":"54.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null} 1500963219119 addons.xpi DEBUG getModTime: Recursive scan of e10srollout@mozilla.org 1500963219123 addons.xpi DEBUG Updating XPIState for {"id":"firefox@getpocket.com","syncGUID":"{afed084a-295d-490a-b572-458bdf45a36c}","location":"app-system-defaults","version":"1.0.5","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"icons":{},"iconURL":null,"icon64URL":null,"defaultLocale":{"name":"Pocket","description":"When you find something you want to view later, put it in Pocket.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"descriptor":"C:\\Program Files (x86)\\Mozilla Firefox\\browser\\features\\firefox@getpocket.com.xpi","installDate":1498974669630,"updateDate":1498974669630,"applyBackgroundUpdates":1,"bootstrap":true,"skinnable":false,"size":913906,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"54.0.1","maxVersion":"54.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null} 1500963219123 addons.xpi DEBUG getModTime: Recursive scan of firefox@getpocket.com 1500963219125 addons.xpi DEBUG Updating XPIState for {"id":"screenshots@mozilla.org","syncGUID":"{404bfe8b-e6bb-43e6-90a7-38baf5a74cf6}","location":"app-system-defaults","version":"6.6.0","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"icons":{},"iconURL":null,"icon64URL":null,"defaultLocale":{"name":"Firefox Screenshots","description":null,"creator":null,"homepageURL":"https://pageshot.net/"},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"descriptor":"C:\\Program Files (x86)\\Mozilla Firefox\\browser\\features\\screenshots@mozilla.org.xpi","installDate":1498730090392,"updateDate":1498730090392,"applyBackgroundUpdates":1,"bootstrap":true,"skinnable":false,"size":716271,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"51.0a1","maxVersion":"*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null} 1500963219125 addons.xpi DEBUG getModTime: Recursive scan of screenshots@mozilla.org 1500963219126 addons.xpi DEBUG Updating XPIState for {"id":"webcompat@mozilla.org","syncGUID":"{e229f199-fe21-4582-a354-b2149b85d5d2}","location":"app-system-defaults","version":"1.1","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"icons":{},"iconURL":null,"icon64URL":null,"defaultLocale":{"name":"Web Compat","description":"Urgent post-release fixes for web compatibility.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"descriptor":"C:\\Program Files (x86)\\Mozilla Firefox\\browser\\features\\webcompat@mozilla.org.xpi","installDate":1498974669568,"updateDate":1498974669568,"applyBackgroundUpdates":1,"bootstrap":true,"skinnable":false,"size":9006,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"54.0.1","maxVersion":"54.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null} 1500963219126 addons.xpi DEBUG getModTime: Recursive scan of webcompat@mozilla.org 1500963219127 addons.xpi DEBUG Updating XPIState for {"id":"mozilla_cc3@internetdownloadmanager.com","syncGUID":"{c11a84a4-3814-4f79-bd93-c160cdb7f3db}","location":"winreg-app-user","version":"6.28.2","type":"webextension","internalName":null,"updateURL":"https://data.internetdownloadmanager.com/idmmzcc3/update.json","updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"icons":{"16":"images/dwnlLink.png","48":"images/logoSmall.png","128":"images/logoBig.png"},"iconURL":null,"icon64URL":null,"defaultLocale":{"name":"IDM Integration Module","description":"Download files with Internet Download Manager","creator":"Tonec, Inc.","homepageURL":"http://www.internetdownloadmanager.com/","developers":null,"translators":null,"contributors":null},"visible":true,"active":false,"userDisabled":true,"appDisabled":false,"descriptor":"C:\\Program Files (x86)\\Internet Download Manager\\idmmzcc3.xpi","installDate":1490713232000,"updateDate":1490713232000,"applyBackgroundUpdates":1,"bootstrap":true,"skinnable":false,"size":108204,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":true,"hasBinaryComponents":false,"strictCompatibility":true,"locales":[{"name":"IDM Integration Module","description":"Download files with Internet Download Manager","creator":"Tonec, Inc.","homepageURL":"http://www.internetdownloadmanager.com/","developers":null,"translators":null,"contributors":null,"locales":["en"]},{"name":"IDM Integration Module","description":"Download files with Internet Download Manager","creator":"Tonec, Inc.","homepageURL":"http://www.internetdownloadmanager.com/","developers":null,"translators":null,"contributors":null,"locales":["vn"]},{"name":"IDM Integration Module","description":"Download files with Internet Download Manager","creator":"Tonec, Inc.","homepageURL":"http://www.internetdownloadmanager.com/","developers":null,"translators":null,"contributors":null,"locales":["fr"]},{"name":"IDM Integration Module","description":"Download files with Internet Download Manager","creator":"Tonec, Inc.","homepageURL":"http://www.internetdownloadmanager.com/","developers":null,"translators":null,"contributors":null,"locales":["ar"]},{"name":"IDM Integration Module","description":"Download files with Internet Download Manager","creator":"Tonec, Inc.","homepageURL":"http://www.internetdownloadmanager.com/","developers":null,"translators":null,"contributors":null,"locales":["it"]},{"name":"IDM Integration Module","description":"Download files with Internet Download Manager","creator":"Tonec, Inc.","homepageURL":"http://www.internetdownloadmanager.com/","developers":null,"translators":null,"contributors":null,"locales":["th"]},{"name":"IDM Integration Module","description":"Download files with Internet Download Manager","creator":"Tonec, Inc.","homepageURL":"http://www.internetdownloadmanager.com/","developers":null,"translators":null,"contributors":null,"locales":["de"]},{"name":"IDM Integration Module","description":"Download files with Internet Download Manager","creator":"Tonec, Inc.","homepageURL":"http://www.internetdownloadmanager.com/","developers":null,"translators":null,"contributors":null,"locales":["zh"]},{"name":"IDM Integration Module","description":"Download files with Internet Download Manager","creator":"Tonec, Inc.","homepageURL":"http://www.internetdownloadmanager.com/","developers":null,"translators":null,"contributors":null,"locales":["fa"]},{"name":"IDM Integration Module","description":"Download files with Internet Download Manager","creator":"Tonec, Inc.","homepageURL":"http://www.internetdownloadmanager.com/","developers":null,"translators":null,"contributors":null,"locales":["ru"]},{"name":"IDM Integration Module","description":"Download files with Internet Download Manager","creator":"Tonec, Inc.","homepageURL":"http://www.internetdownloadmanager.com/","developers":null,"translators":null,"contributors":null,"locales":["pl"]},{"name":"IDM Integration Module","description":"Download files with Internet Download Manager","creator":"Tonec, Inc.","homepageURL":"http://www.internetdownloadmanager.com/","developers":null,"translators":null,"contributors":null,"locales":["pt"]},{"name":"IDM Integration Module","description":"Download files with Internet Download Manager","creator":"Tonec, Inc.","homepageURL":"http://www.internetdownloadmanager.com/","developers":null,"translators":null,"contributors":null,"locales":["es"]},{"name":"IDM Integration Module","description":"Download files with Internet Download Manager","creator":"Tonec, Inc.","homepageURL":"http://www.internetdownloadmanager.com/","developers":null,"translators":null,"contributors":null,"locales":["he"]},{"name":"IDM Integration Module","description":"Download files with Internet Download Manager","creator":"Tonec, Inc.","homepageURL":"http://www.internetdownloadmanager.com/","developers":null,"translators":null,"contributors":null,"locales":["tr"]},{"name":"IDM Integration Module","description":"Download files with Internet Download Manager","creator":"Tonec, Inc.","homepageURL":"http://www.internetdownloadmanager.com/","developers":null,"translators":null,"contributors":null,"locales":["nl"]}],"targetApplications":[{"id":"toolkit@mozilla.org","minVersion":"53.0a1","maxVersion":"55.0"}],"targetPlatforms":[],"multiprocessCompatible":true,"signedState":2,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"userPermissions":{"hosts":["<all_urls>","http://*/*","https://*/*"],"apis":[],"permissions":["tabs","cookies","contextMenus","webNavigation","webRequest","webRequestBlocking","storage","nativeMessaging"]}} 1500963219129 addons.xpi DEBUG Updating XPIState for {"id":"{972ce4c6-7e08-4474-a285-3208198ce6fd}","syncGUID":"{89102f21-9fd2-424a-ac09-57ce8155955a}","location":"app-global","version":"54.0.1","type":"theme","internalName":"classic/1.0","updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"icons":{},"iconURL":"chrome://browser/content/default-theme-icon.svg","icon64URL":null,"defaultLocale":{"name":"Default","description":"The default theme.","creator":"Mozilla","homepageURL":null,"contributors":["Mozilla Contributors"]},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"descriptor":"C:\\Program Files (x86)\\Mozilla Firefox\\browser\\extensions\\{972ce4c6-7e08-4474-a285-3208198ce6fd}.xpi","installDate":1498974669740,"updateDate":1498974669740,"applyBackgroundUpdates":1,"skinnable":true,"size":8207,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":true,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"54.0.1","maxVersion":"54.0.1"}],"targetPlatforms":[],"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"userPermissions":null} 1500963219130 addons.xpi DEBUG getModTime: Recursive scan of {972ce4c6-7e08-4474-a285-3208198ce6fd} 1500963219132 DeferredSave.extensions.json DEBUG Save changes 1500963219132 addons.xpi DEBUG Updating database with changes to installed add-ons 1500963219133 addons.xpi-utils DEBUG Updating add-on states 1500963219135 addons.xpi-utils DEBUG Writing add-ons list 1500963219144 addons.xpi DEBUG Registering manifest for C:\Program Files (x86)\Mozilla Firefox\browser\features\aushelper@mozilla.org.xpi 1500963219147 addons.xpi DEBUG Calling bootstrap method startup on aushelper@mozilla.org version 2.0 1500963219152 addons.xpi DEBUG Registering manifest for C:\Program Files (x86)\Mozilla Firefox\browser\features\e10srollout@mozilla.org.xpi 1500963219154 addons.xpi DEBUG Calling bootstrap method startup on e10srollout@mozilla.org version 1.50 1500963219155 addons.xpi DEBUG Registering manifest for C:\Program Files (x86)\Mozilla Firefox\browser\features\firefox@getpocket.com.xpi 1500963219157 addons.xpi DEBUG Calling bootstrap method startup on firefox@getpocket.com version 1.0.5 1500963219159 addons.xpi DEBUG Registering manifest for C:\Program Files (x86)\Mozilla Firefox\browser\features\screenshots@mozilla.org.xpi 1500963219160 addons.xpi DEBUG Calling bootstrap method startup on screenshots@mozilla.org version 6.6.0 1500963219161 addons.xpi DEBUG Registering manifest for C:\Program Files (x86)\Mozilla Firefox\browser\features\webcompat@mozilla.org.xpi 1500963219163 addons.xpi DEBUG Calling bootstrap method startup on webcompat@mozilla.org version 1.1 1500963219175 addons.manager DEBUG Registering shutdown blocker for XPIProvider 1500963219176 addons.manager DEBUG Provider finished startup: XPIProvider 1500963219176 addons.manager DEBUG Starting provider: LightweightThemeManager 1500963219177 addons.manager DEBUG Registering shutdown blocker for LightweightThemeManager 1500963219177 addons.manager DEBUG Provider finished startup: LightweightThemeManager 1500963219178 addons.manager DEBUG Starting provider: GMPProvider 1500963219253 addons.manager DEBUG Registering shutdown blocker for GMPProvider 1500963219254 addons.manager DEBUG Provider finished startup: GMPProvider 1500963219254 addons.manager DEBUG Starting provider: PluginProvider 1500963219255 addons.manager DEBUG Registering shutdown blocker for PluginProvider 1500963219256 addons.manager DEBUG Provider finished startup: PluginProvider 1500963219258 addons.manager DEBUG Completed startup sequence [GFX1]: Potential driver version mismatch ignored due to missing DLLs igd10umd32 v= and igd10iumd32 v= 1500963223966 addons.manager DEBUG Starting provider: <unnamed-provider> 1500963223967 addons.manager DEBUG Registering shutdown blocker for <unnamed-provider> 1500963223968 addons.manager DEBUG Provider finished startup: <unnamed-provider> 1500963226193 DeferredSave.extensions.json DEBUG Write succeeded 1500963226193 addons.xpi-utils DEBUG XPI Database saved, setting schema version preference to 19 1500963226194 DeferredSave.extensions.json DEBUG Starting timer 1500963226220 DeferredSave.extensions.json DEBUG Starting write 1500963226223 addons.repository DEBUG No addons.json found. 1500963226225 DeferredSave.addons.json DEBUG Save changes 1500963226279 DeferredSave.addons.json DEBUG Starting timer 1500963226876 addons.manager DEBUG Starting provider: PreviousExperimentProvider 1500963226877 addons.manager DEBUG Registering shutdown blocker for PreviousExperimentProvider 1500963226878 addons.manager DEBUG Provider finished startup: PreviousExperimentProvider 1500963226890 DeferredSave.addons.json DEBUG Starting write 1500963227343 DeferredSave.extensions.json DEBUG Write succeeded 1500963227537 DeferredSave.addons.json DEBUG Write succeeded Crash Annotation GraphicsCriticalError: |[C0][GFX1]: Potential driver version mismatch ignored due to missing DLLs igd10umd32 v= and igd10iumd32 v= (t=10.1614) [GFX1]: Potential driver version mismatch ignored due to missing DLLs igd10umd32 v= and igd10iumd32 v= Exception in thread "main" org.openqa.selenium.remote.UnreachableBrowserException: Could not start a new session. Possible causes are invalid address of the remote server or browser start-up failure. Build info: version: 'unknown', revision: 'unknown', time: 'unknown' System info: host: 'TELLMEWHY-PC', ip: '192.168.0.105', os.name: 'Windows 7', os.arch: 'amd64', os.version: '6.1', java.version: '1.8.0_131' Driver info: driver.version: FirefoxDriver at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:658) at org.openqa.selenium.remote.RemoteWebDriver.startSession(RemoteWebDriver.java:250) at org.openqa.selenium.remote.RemoteWebDriver.startSession(RemoteWebDriver.java:236) at org.openqa.selenium.remote.RemoteWebDriver.<init>(RemoteWebDriver.java:137) at org.openqa.selenium.firefox.FirefoxDriver.<init>(FirefoxDriver.java:191) at org.openqa.selenium.firefox.FirefoxDriver.<init>(FirefoxDriver.java:108) at org.openqa.selenium.firefox.FirefoxDriver.<init>(FirefoxDriver.java:104) at selepackage.seleClass.main(seleClass.java:12) Caused by: java.lang.NullPointerException at org.openqa.selenium.remote.service.DriverService.waitUntilAvailable(DriverService.java:192) at org.openqa.selenium.firefox.XpiDriverService.start(XpiDriverService.java:94) at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:78) at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:637) ... 7 more

The versions I'm using are:

firefox 54.0.1
selenium-java-3.4.0
windows 7 64 bits
geckodriver-v0.18.0-win64

please help fast

@Madhu-Maddy
Copy link

Hi,

Can anybody help to answer the above issue, i am also facing the same issue.

1501356160179 addons.manager DEBUG Application has been upgraded
1501356160464 addons.manager DEBUG Loaded provider scope for resource://gre/modules/addons/XPIProvider.jsm: ["XPIProvider"]
1501356160471 addons.manager DEBUG Loaded provider scope for resource://gre/modules/LightweightThemeManager.jsm: ["LightweightThemeManager"]
1501356160483 addons.manager DEBUG Loaded provider scope for resource://gre/modules/addons/GMPProvider.jsm
1501356160490 addons.manager DEBUG Loaded provider scope for resource://gre/modules/addons/PluginProvider.jsm
1501356160492 addons.manager DEBUG Starting provider: XPIProvider
1501356160493 addons.xpi DEBUG startup
1501356160496 addons.xpi INFO Mapping fxdriver@googlecode.com to C:\Users\Admin\AppData\Local\Temp\anonymous7269865419927200647webdriver-profile\extensions\fxdriver@googlecode.com
1501356160497 addons.xpi DEBUG Ignoring file entry whose name is not a valid add-on ID: C:\Users\Admin\AppData\Local\Temp\anonymous7269865419927200647webdriver-profile\extensions\webdriver-staging
1501356160497 addons.xpi INFO Removing all system add-on upgrades.
1501356160499 addons.xpi INFO SystemAddonInstallLocation directory is missing
1501356160502 addons.xpi INFO Mapping aushelper@mozilla.org to C:\Program Files (x86)\Mozilla Firefox\browser\features\aushelper@mozilla.org.xpi
1501356160504 addons.xpi INFO Mapping e10srollout@mozilla.org to C:\Program Files (x86)\Mozilla Firefox\browser\features\e10srollout@mozilla.org.xpi
1501356160504 addons.xpi INFO Mapping firefox@getpocket.com to C:\Program Files (x86)\Mozilla Firefox\browser\features\firefox@getpocket.com.xpi
1501356160505 addons.xpi INFO Mapping screenshots@mozilla.org to C:\Program Files (x86)\Mozilla Firefox\browser\features\screenshots@mozilla.org.xpi
1501356160506 addons.xpi INFO Mapping webcompat@mozilla.org to C:\Program Files (x86)\Mozilla Firefox\browser\features\webcompat@mozilla.org.xpi
1501356160510 addons.xpi INFO Mapping {972ce4c6-7e08-4474-a285-3208198ce6fd} to C:\Program Files (x86)\Mozilla Firefox\browser\extensions{972ce4c6-7e08-4474-a285-3208198ce6fd}.xpi
1501356160510 addons.xpi DEBUG Skipping unavailable install location app-system-share
1501356160510 addons.xpi DEBUG Skipping unavailable install location app-system-local
1501356160512 addons.xpi DEBUG checkForChanges
1501356160513 addons.xpi INFO SystemAddonInstallLocation directory is missing
1501356160515 addons.xpi DEBUG Loaded add-on state from prefs: {}
1501356160516 addons.xpi DEBUG New add-on fxdriver@googlecode.com in app-profile
1501356160519 addons.xpi DEBUG getModTime: Recursive scan of fxdriver@googlecode.com
1501356160539 addons.xpi DEBUG New add-on aushelper@mozilla.org in app-system-defaults
1501356160540 addons.xpi DEBUG getModTime: Recursive scan of aushelper@mozilla.org
1501356160542 addons.xpi DEBUG New add-on e10srollout@mozilla.org in app-system-defaults
1501356160543 addons.xpi DEBUG getModTime: Recursive scan of e10srollout@mozilla.org
1501356160544 addons.xpi DEBUG New add-on firefox@getpocket.com in app-system-defaults
1501356160545 addons.xpi DEBUG getModTime: Recursive scan of firefox@getpocket.com
1501356160546 addons.xpi DEBUG New add-on screenshots@mozilla.org in app-system-defaults
1501356160547 addons.xpi DEBUG getModTime: Recursive scan of screenshots@mozilla.org
1501356160548 addons.xpi DEBUG New add-on webcompat@mozilla.org in app-system-defaults
1501356160549 addons.xpi DEBUG getModTime: Recursive scan of webcompat@mozilla.org
1501356160551 addons.xpi DEBUG New add-on {972ce4c6-7e08-4474-a285-3208198ce6fd} in app-global
1501356160551 addons.xpi DEBUG getModTime: Recursive scan of {972ce4c6-7e08-4474-a285-3208198ce6fd}
1501356160552 addons.xpi DEBUG getInstallState changed: true, state: {"app-profile":{"fxdriver@googlecode.com":{"d":"C:\Users\Admin\AppData\Local\Temp\anonymous7269865419927200647webdriver-profile\extensions\fxdriver@googlecode.com","st":1501356159815,"mt":1501356159743}},"app-system-defaults":{"aushelper@mozilla.org":{"d":"C:\Program Files (x86)\Mozilla Firefox\browser\features\aushelper@mozilla.org.xpi","st":1498666862000},"e10srollout@mozilla.org":{"d":"C:\Program Files (x86)\Mozilla Firefox\browser\features\e10srollout@mozilla.org.xpi","st":1498666862000},"firefox@getpocket.com":{"d":"C:\Program Files (x86)\Mozilla Firefox\browser\features\firefox@getpocket.com.xpi","st":1498666863000},"screenshots@mozilla.org":{"d":"C:\Program Files (x86)\Mozilla Firefox\browser\features\screenshots@mozilla.org.xpi","st":1498666863000},"webcompat@mozilla.org":{"d":"C:\Program Files (x86)\Mozilla Firefox\browser\features\webcompat@mozilla.org.xpi","st":1498666862000}},"app-global":{"{972ce4c6-7e08-4474-a285-3208198ce6fd}":{"d":"C:\Program Files (x86)\Mozilla Firefox\browser\extensions\{972ce4c6-7e08-4474-a285-3208198ce6fd}.xpi","st":1498666862000}}}
1501356160594 addons.xpi-utils DEBUG Opening XPI database C:\Users\Admin\AppData\Local\Temp\anonymous7269865419927200647webdriver-profile\extensions.json
1501356160598 addons.xpi-utils DEBUG New add-on fxdriver@googlecode.com installed in app-profile
*** Blocklist::_loadBlocklistFromFile: blocklist is disabled
1501356160629 addons.xpi WARN Add-on fxdriver@googlecode.com is not correctly signed.
1501356160630 addons.xpi WARN Add-on fxdriver@googlecode.com is not correctly signed.
1501356160632 DeferredSave.extensions.json DEBUG Save changes
1501356160633 addons.xpi-utils DEBUG New add-on aushelper@mozilla.org installed in app-system-defaults
1501356160636 DeferredSave.extensions.json DEBUG Starting timer
1501356160640 DeferredSave.extensions.json DEBUG Save changes
1501356160640 addons.xpi-utils DEBUG New add-on e10srollout@mozilla.org installed in app-system-defaults
1501356160645 DeferredSave.extensions.json DEBUG Save changes
1501356160647 addons.xpi-utils DEBUG New add-on firefox@getpocket.com installed in app-system-defaults
1501356160652 DeferredSave.extensions.json DEBUG Save changes
1501356160652 addons.xpi-utils DEBUG New add-on screenshots@mozilla.org installed in app-system-defaults
1501356160659 DeferredSave.extensions.json DEBUG Save changes
1501356160659 addons.xpi-utils DEBUG New add-on webcompat@mozilla.org installed in app-system-defaults
1501356160664 DeferredSave.extensions.json DEBUG Starting write
1501356160669 DeferredSave.extensions.json DEBUG Save changes
1501356160669 DeferredSave.extensions.json DEBUG Data changed while write in progress
1501356160669 addons.xpi-utils DEBUG New add-on {972ce4c6-7e08-4474-a285-3208198ce6fd} installed in app-global
1501356160672 DeferredSave.extensions.json DEBUG Save changes
1501356160673 addons.manager DEBUG Registering startup change 'installed' for fxdriver@googlecode.com
1501356160673 addons.xpi-utils DEBUG Make addon app-profile:fxdriver@googlecode.com visible
1501356160673 DeferredSave.extensions.json DEBUG Save changes
1501356160673 addons.manager DEBUG Registering startup change 'installed' for aushelper@mozilla.org
1501356160681 addons.xpi DEBUG Loading bootstrap scope from C:\Program Files (x86)\Mozilla Firefox\browser\features\aushelper@mozilla.org.xpi
1501356160685 addons.xpi DEBUG Calling bootstrap method install on aushelper@mozilla.org version 2.0
1501356160685 addons.xpi-utils DEBUG Make addon app-system-defaults:aushelper@mozilla.org visible
1501356160686 DeferredSave.extensions.json DEBUG Save changes
1501356160686 addons.manager DEBUG Registering startup change 'installed' for e10srollout@mozilla.org
1501356160687 addons.xpi DEBUG Loading bootstrap scope from C:\Program Files (x86)\Mozilla Firefox\browser\features\e10srollout@mozilla.org.xpi
1501356160691 addons.xpi DEBUG Calling bootstrap method install on e10srollout@mozilla.org version 1.50
1501356160692 addons.xpi-utils DEBUG Make addon app-system-defaults:e10srollout@mozilla.org visible
1501356160693 DeferredSave.extensions.json DEBUG Save changes
1501356160693 addons.manager DEBUG Registering startup change 'installed' for firefox@getpocket.com
1501356160694 addons.xpi DEBUG Loading bootstrap scope from C:\Program Files (x86)\Mozilla Firefox\browser\features\firefox@getpocket.com.xpi
1501356160699 addons.xpi DEBUG Calling bootstrap method install on firefox@getpocket.com version 1.0.5
1501356160699 addons.xpi-utils DEBUG Make addon app-system-defaults:firefox@getpocket.com visible
1501356160699 DeferredSave.extensions.json DEBUG Save changes
1501356160700 addons.manager DEBUG Registering startup change 'installed' for screenshots@mozilla.org
1501356160700 addons.xpi DEBUG Loading bootstrap scope from C:\Program Files (x86)\Mozilla Firefox\browser\features\screenshots@mozilla.org.xpi
1501356160703 addons.xpi DEBUG Calling bootstrap method install on screenshots@mozilla.org version 6.6.0
1501356160703 addons.xpi-utils DEBUG Make addon app-system-defaults:screenshots@mozilla.org visible
1501356160703 DeferredSave.extensions.json DEBUG Save changes
1501356160703 addons.manager DEBUG Registering startup change 'installed' for webcompat@mozilla.org
1501356160704 addons.xpi DEBUG Loading bootstrap scope from C:\Program Files (x86)\Mozilla Firefox\browser\features\webcompat@mozilla.org.xpi
1501356160706 addons.xpi DEBUG Calling bootstrap method install on webcompat@mozilla.org version 1.1
1501356160706 addons.xpi-utils DEBUG Make addon app-system-defaults:webcompat@mozilla.org visible
1501356160706 DeferredSave.extensions.json DEBUG Save changes
1501356160707 addons.xpi-utils DEBUG Make addon app-global:{972ce4c6-7e08-4474-a285-3208198ce6fd} visible
1501356160707 DeferredSave.extensions.json DEBUG Save changes
1501356160707 addons.xpi DEBUG Updating XPIState for {"id":"fxdriver@googlecode.com","syncGUID":"{b885886e-6d6c-4df9-bc70-e5594770a80c}","location":"app-profile","version":"3.4.0","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"icons":{},"iconURL":null,"icon64URL":null,"defaultLocale":{"name":"Firefox WebDriver","description":"WebDriver implementation for Firefox","creator":"Simon Stewart","homepageURL":null},"visible":true,"active":false,"userDisabled":false,"appDisabled":true,"descriptor":"C:\Users\Admin\AppData\Local\Temp\anonymous7269865419927200647webdriver-profile\extensions\fxdriver@googlecode.com","installDate":1501356159815,"updateDate":1501356159815,"applyBackgroundUpdates":1,"bootstrap":false,"skinnable":false,"size":3303362,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":true,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"3.0","maxVersion":"48.0"}],"targetPlatforms":[{"os":"Darwin","abi":null},{"os":"SunOS","abi":null},{"os":"FreeBSD","abi":null},{"os":"OpenBSD","abi":null},{"os":"WINNT","abi":null},{"os":"Linux","abi":null}],"multiprocessCompatible":false,"signedState":0,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null}
1501356160707 addons.xpi DEBUG Updating XPIState for {"id":"aushelper@mozilla.org","syncGUID":"{52a882b2-388e-4573-89fa-93ac564e848d}","location":"app-system-defaults","version":"2.0","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"icons":{},"iconURL":null,"icon64URL":null,"defaultLocale":{"name":"Application Update Service Helper","description":"Sets value(s) in the update url based on custom checks.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"descriptor":"C:\Program Files (x86)\Mozilla Firefox\browser\features\aushelper@mozilla.org.xpi","installDate":1498666862000,"updateDate":1498666862000,"applyBackgroundUpdates":1,"bootstrap":true,"skinnable":false,"size":8488,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"54.0.1","maxVersion":"54."}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null}
1501356160708 addons.xpi DEBUG getModTime: Recursive scan of aushelper@mozilla.org
1501356160708 addons.xpi DEBUG Updating XPIState for {"id":"e10srollout@mozilla.org","syncGUID":"{cca73f28-8aea-4c62-abaa-ce72f4635f02}","location":"app-system-defaults","version":"1.50","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"icons":{},"iconURL":null,"icon64URL":null,"defaultLocale":{"name":"Multi-process staged rollout","description":"Staged rollout of Firefox multi-process feature.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"descriptor":"C:\Program Files (x86)\Mozilla Firefox\browser\features\e10srollout@mozilla.org.xpi","installDate":1498666862000,"updateDate":1498666862000,"applyBackgroundUpdates":1,"bootstrap":true,"skinnable":false,"size":12519,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"54.0.1","maxVersion":"54.
"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null}
1501356160708 addons.xpi DEBUG getModTime: Recursive scan of e10srollout@mozilla.org
1501356160709 addons.xpi DEBUG Updating XPIState for {"id":"firefox@getpocket.com","syncGUID":"{ae719856-64fd-4862-9c43-13d0f14b61cb}","location":"app-system-defaults","version":"1.0.5","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"icons":{},"iconURL":null,"icon64URL":null,"defaultLocale":{"name":"Pocket","description":"When you find something you want to view later, put it in Pocket.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"descriptor":"C:\Program Files (x86)\Mozilla Firefox\browser\features\firefox@getpocket.com.xpi","installDate":1498666863000,"updateDate":1498666863000,"applyBackgroundUpdates":1,"bootstrap":true,"skinnable":false,"size":913906,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"54.0.1","maxVersion":"54."}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null}
1501356160709 addons.xpi DEBUG getModTime: Recursive scan of firefox@getpocket.com
1501356160710 addons.xpi DEBUG Updating XPIState for {"id":"screenshots@mozilla.org","syncGUID":"{7d8ec393-47e1-4bd8-809b-5e4d15c229cb}","location":"app-system-defaults","version":"6.6.0","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"icons":{},"iconURL":null,"icon64URL":null,"defaultLocale":{"name":"Firefox Screenshots","description":null,"creator":null,"homepageURL":"https://pageshot.net/"},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"descriptor":"C:\\Program Files (x86)\Mozilla Firefox\browser\features\screenshots@mozilla.org.xpi","installDate":1498666863000,"updateDate":1498666863000,"applyBackgroundUpdates":1,"bootstrap":true,"skinnable":false,"size":716271,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"51.0a1","maxVersion":"
"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null}
1501356160710 addons.xpi DEBUG getModTime: Recursive scan of screenshots@mozilla.org
1501356160710 addons.xpi DEBUG Updating XPIState for {"id":"webcompat@mozilla.org","syncGUID":"{78e05218-fcb3-46d0-a94e-f86e4c60c535}","location":"app-system-defaults","version":"1.1","type":"extension","internalName":null,"updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"icons":{},"iconURL":null,"icon64URL":null,"defaultLocale":{"name":"Web Compat","description":"Urgent post-release fixes for web compatibility.","creator":null,"homepageURL":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"descriptor":"C:\Program Files (x86)\Mozilla Firefox\browser\features\webcompat@mozilla.org.xpi","installDate":1498666862000,"updateDate":1498666862000,"applyBackgroundUpdates":1,"bootstrap":true,"skinnable":false,"size":9006,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"54.0.1","maxVersion":"54.*"}],"targetPlatforms":[],"multiprocessCompatible":true,"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"mpcOptedOut":false,"userPermissions":null}
1501356160711 addons.xpi DEBUG getModTime: Recursive scan of webcompat@mozilla.org
1501356160711 addons.xpi DEBUG Updating XPIState for {"id":"{972ce4c6-7e08-4474-a285-3208198ce6fd}","syncGUID":"{170d3a5e-5275-46a9-b1f7-6093f0f94ea3}","location":"app-global","version":"54.0.1","type":"theme","internalName":"classic/1.0","updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"icons":{},"iconURL":"chrome://browser/content/default-theme-icon.svg","icon64URL":null,"defaultLocale":{"name":"Default","description":"The default theme.","creator":"Mozilla","homepageURL":null,"contributors":["Mozilla Contributors"]},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"descriptor":"C:\Program Files (x86)\Mozilla Firefox\browser\extensions\{972ce4c6-7e08-4474-a285-3208198ce6fd}.xpi","installDate":1498666862000,"updateDate":1498666862000,"applyBackgroundUpdates":1,"skinnable":true,"size":8207,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"strictCompatibility":true,"locales":[],"targetApplications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"54.0.1","maxVersion":"54.0.1"}],"targetPlatforms":[],"seen":true,"dependencies":[],"hasEmbeddedWebExtension":false,"userPermissions":null}
1501356160712 addons.xpi DEBUG getModTime: Recursive scan of {972ce4c6-7e08-4474-a285-3208198ce6fd}
1501356160714 DeferredSave.extensions.json DEBUG Save changes
1501356160714 addons.xpi DEBUG Updating database with changes to installed add-ons
1501356160714 addons.xpi-utils DEBUG Updating add-on states
1501356160716 addons.xpi-utils DEBUG Writing add-ons list
1501356160719 addons.xpi DEBUG Registering manifest for C:\Program Files (x86)\Mozilla Firefox\browser\features\aushelper@mozilla.org.xpi
1501356160720 addons.xpi DEBUG Calling bootstrap method startup on aushelper@mozilla.org version 2.0
1501356160721 addons.xpi DEBUG Registering manifest for C:\Program Files (x86)\Mozilla Firefox\browser\features\e10srollout@mozilla.org.xpi
1501356160723 addons.xpi DEBUG Calling bootstrap method startup on e10srollout@mozilla.org version 1.50
1501356160724 addons.xpi DEBUG Registering manifest for C:\Program Files (x86)\Mozilla Firefox\browser\features\firefox@getpocket.com.xpi
1501356160724 addons.xpi DEBUG Calling bootstrap method startup on firefox@getpocket.com version 1.0.5
1501356160725 addons.xpi DEBUG Registering manifest for C:\Program Files (x86)\Mozilla Firefox\browser\features\screenshots@mozilla.org.xpi
1501356160726 addons.xpi DEBUG Calling bootstrap method startup on screenshots@mozilla.org version 6.6.0
1501356160726 addons.xpi DEBUG Registering manifest for C:\Program Files (x86)\Mozilla Firefox\browser\features\webcompat@mozilla.org.xpi
1501356160727 addons.xpi DEBUG Calling bootstrap method startup on webcompat@mozilla.org version 1.1
1501356160735 addons.manager DEBUG Registering shutdown blocker for XPIProvider
1501356160736 addons.manager DEBUG Provider finished startup: XPIProvider
1501356160736 addons.manager DEBUG Starting provider: LightweightThemeManager
1501356160736 addons.manager DEBUG Registering shutdown blocker for LightweightThemeManager
1501356160736 addons.manager DEBUG Provider finished startup: LightweightThemeManager
1501356160737 addons.manager DEBUG Starting provider: GMPProvider
1501356160742 addons.manager DEBUG Registering shutdown blocker for GMPProvider
1501356160742 addons.manager DEBUG Provider finished startup: GMPProvider
1501356160742 addons.manager DEBUG Starting provider: PluginProvider
1501356160742 addons.manager DEBUG Registering shutdown blocker for PluginProvider
1501356160742 addons.manager DEBUG Provider finished startup: PluginProvider
1501356160743 addons.manager DEBUG Completed startup sequence
[GFX1]: Potential driver version mismatch ignored due to missing DLLs igd10umd32 v= and igd10iumd32.dll v=0.0.0.0
1501356164286 addons.manager DEBUG Starting provider:
1501356164287 addons.manager DEBUG Registering shutdown blocker for
1501356164288 addons.manager DEBUG Provider finished startup:
1501356164518 DeferredSave.extensions.json DEBUG Write succeeded
1501356164518 addons.xpi-utils DEBUG XPI Database saved, setting schema version preference to 19
1501356164518 DeferredSave.extensions.json DEBUG Starting timer
1501356164540 DeferredSave.extensions.json DEBUG Starting write
1501356164552 addons.repository DEBUG No addons.json found.
1501356164553 DeferredSave.addons.json DEBUG Save changes
1501356164556 DeferredSave.addons.json DEBUG Starting timer
1501356164582 addons.manager DEBUG Starting provider: PreviousExperimentProvider
1501356164582 addons.manager DEBUG Registering shutdown blocker for PreviousExperimentProvider
1501356164582 addons.manager DEBUG Provider finished startup: PreviousExperimentProvider
1501356164592 DeferredSave.extensions.json DEBUG Write succeeded
1501356164613 DeferredSave.addons.json DEBUG Starting write
1501356164625 DeferredSave.addons.json DEBUG Write succeeded
Crash Annotation GraphicsCriticalError: |[C0][GFX1]: Potential driver version mismatch ignored due to missing DLLs igd10umd32 v= and igd10iumd32.dll v=0.0.0.0 (t=1.69876) [GFX1]: Potential driver version mismatch ignored due to missing DLLs igd10umd32 v= and igd10iumd32.dll v=0.0.0.0
[GPU 7308] WARNING: pipe error: 109: file c:/builds/moz2_slave/m-rel-w32-00000000000000000000/build/src/ipc/chromium/src/chrome/common/ipc_channel_win.cc, line 346
Exception in thread "main" org.openqa.selenium.remote.UnreachableBrowserException: Could not start a new session. Possible causes are invalid address of the remote server or browser start-up failure.
Build info: version: '3.4.0', revision: 'unknown', time: 'unknown'
System info: host: 'DESKTOP-QUMO7VE', ip: '192.168.248.2', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_144'
Driver info: driver.version: FirefoxDriver
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:658)
at org.openqa.selenium.remote.RemoteWebDriver.startSession(RemoteWebDriver.java:250)
at org.openqa.selenium.remote.RemoteWebDriver.startSession(RemoteWebDriver.java:236)
at org.openqa.selenium.remote.RemoteWebDriver.(RemoteWebDriver.java:137)
at org.openqa.selenium.firefox.FirefoxDriver.(FirefoxDriver.java:191)
at org.openqa.selenium.firefox.FirefoxDriver.(FirefoxDriver.java:108)
at org.openqa.selenium.firefox.FirefoxDriver.(FirefoxDriver.java:104)
at automation.Test1.main(Test1.java:18)
Caused by: java.lang.NullPointerException
at org.openqa.selenium.remote.service.DriverService.waitUntilAvailable(DriverService.java:192)
at org.openqa.selenium.firefox.XpiDriverService.start(XpiDriverService.java:94)
at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:78)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:637)
... 7 more

@andreastt
Copy link
Contributor

@Madhu-Maddy It is impossible to tell if that’s related. Please don’t hijack old issues.

@mozilla mozilla locked and limited conversation to collaborators Jul 29, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants