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

Firefox 47 does not start #35

Closed
zeitalexgithub opened this issue Jun 13, 2016 · 6 comments
Closed

Firefox 47 does not start #35

zeitalexgithub opened this issue Jun 13, 2016 · 6 comments
Labels

Comments

@zeitalexgithub
Copy link

zeitalexgithub commented Jun 13, 2016

Hi
just got Firefox upgraded to 47 and my Selenium Test stoped working with FirefoxDriver and selenium-server-standalone.
I tried using WebDriver like this:
System.setProperty("webdriver.gecko.driver", "C:\\path\\geckodriver.exe"); MarionetteDriverManager.getInstance().setup(); driver = new MarionetteDriver();
my system:

  • Win 7 64 bit
  • webdrivermanager1.4.4.jar (unfortunately we can not use maven)
  • geckodriver-v0.8.0-win32

I can not find webdrivermanager1.4.5.jar and geckodriver-v0.8.0-win64

Any help will be highly appreciated
Alex

@bonigarcia
Copy link
Owner

Try with WebDriverManager version 1.4.5 which is available on Maven Central (link to the jar here).

@zeitalexgithub
Copy link
Author

zeitalexgithub commented Jun 13, 2016

Thanks a lot for your answer. But unfortunately this also does not work.
if I try to start geckodriver.exe directly I am getting: ... VCRUNTIME140.dll is missing ...
I am new to Selenium so it could be simple beginner problem

@jamiejackson
Copy link

jamiejackson commented Jun 13, 2016

I have a problem with geckodriver that seems similar:

C:\Users\15037\.m2\repository\webdriver\geckodriver\win32\0.8.0\geckodriver.exe -b "C:\Program Files (x86)\Mozilla Firefox\firefox.exe"

Gives: The application was unable to start correctly (0xc000007b). Click OK to close the application.

Same thing happens when I directly download the driver from here: https://github.com/mozilla/geckodriver/releases (geckodriver-v0.8.0-win32.zip).

I'm new to the whole WebDriver universe, but this would seem to suggest that the command I tried should work.

@jamiejackson
Copy link

jamiejackson commented Jun 13, 2016

@zeitalexgithub, I believe you need to install vc_redist.x86.exe from the https://www.microsoft.com/en-us/download/details.aspx?id=48145 site.

More info here: mozilla/geckodriver#74 (comment)

This seemed to fix it for me.

@zeitalexgithub
Copy link
Author

Hi Jamie,
Thanks a lot for your answer. I installed vc_redist.x86.exe
Now after starting geckodriver.exe -b "C:\Program Files\Mozilla
Firefox\firefox.exe"
it is still failing to start and I am getting:
thread '

' panicked at 'called Result::unwrap() on an Err value:
Io(Error { repr: Os { code: 10013, message: "Der Zugriff auf einen Socket
war aufgrund der Zugriffsrechte des Sockets unzul\u{e4}ssig." } })',
../src/libcore\result.rs:746

2016-06-13 21:37 GMT+02:00 Jamie Jackson notifications@github.com:

@zeitalexgithub https://github.com/zeitalexgithub, I believe you need
to install vc_redist.x86.exe from the (
https://www.microsoft.com/en-us/download/details.aspx?id=48145)[MS] site.

More info here: mozilla/geckodriver#74 (comment)
mozilla/geckodriver#74 (comment)

This seemed to fix it for me.


You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
#35 (comment),
or mute the thread
https://github.com/notifications/unsubscribe/AA-Oc9I9Cs9oWhgjIaP9zvFdsQ57EfZ5ks5qLbFjgaJpZM4I0SRh
.

@jamiejackson
Copy link

@zeitalexgithub: Darn, an arcane rust-url error that I know even less about.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants