-
-
Notifications
You must be signed in to change notification settings - Fork 8.2k
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
64 bit FirefoxDriver does not launch the browser while running on 32 bit jdk #3525
Comments
This is a question rather than an issue. Please send questions to the selenium user group |
64 bit FirefoxDriver does not launch the browser while running on 32 bit jdk. This is not a question |
Im able to reproduce this issue with selenium 3.2.0 as well.
This method from Workaround is to set the |
Why not simply using a 64-bit JVM with Mozilla Firefox 64-bit? When the "bitness" of the web browser differs from the bitness of the JVM, I don't see how Selenium can guess which directory to use and keep in mind that you could install 2 different versions of Firefox with 2 different bitnesses (32-bit and 64-bit). Therefore, your workaround is acceptable to me. In my humble opinion, this is a limitation, this isn't a bug... except if you consider that Selenium should look for Firefox binaries in all program files directories whatever the bitness of the JVM. |
…am files on windows. Fixes SeleniumHQ#3525
Meta -
OS: Windows
Selenium Version: 3.0.1
Browser: Firefox
Browser Version: 51 (and Any)
Expected Behavior -
Firefox browser should launch.
Actual Behavior -
Firefox browser does not launch and shows the following exception
Steps to reproduce -
Run the following java program using a 32 bit jre on a machine with 64 bit Firefox browser.
The text was updated successfully, but these errors were encountered: