-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Comments
Firefox 47 is not supported by geckodriver. Could you please try with a newer Firefox, preferably Nightly? |
@andreastt
|
@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 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. |
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. |
@arjunray12 Can you try again with v0.9.0? |
I download the the latest one geckodriver-v0.9.0-win64 because win 32 bit version not available but problem not resolved. |
I’m surprised you’re still running a 32-bit operating system, but #138 might help. |
This is My code
`} And This is Error The versions I'm using are: firefox 54.0.1 please help fast |
Hi, Can anybody help to answer the above issue, i am also facing the same issue. 1501356160179 addons.manager DEBUG Application has been upgraded |
@Madhu-Maddy It is impossible to tell if that’s related. Please don’t hijack old issues. |
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 :
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
The text was updated successfully, but these errors were encountered: