groupon/Selenium-Grid-Extras

Firefox version not detected properly on 64-bit Windows

pawelus opened this issue · 0 comments

Selenium-Grid-Extras is not able to detect Firefox version on 64-bit Windows machine.

This is probably because of this line as it assumes Firefox is a 32-bit application and will be installed in Program Files (x86).

This is not true as Firefox has a 64-bit version and it is automatically downloaded and installed into Program Files not Program Files (x86).