dzharii / swd-recorder

Selenium WebDriver Page Recorder (Page Objects)
MIT License
189 stars 71 forks source link

SWD-Recorder does not recognize Firefox ESR #32

Open Ricardo-Martinez opened 9 years ago

Ricardo-Martinez commented 9 years ago

Hello, I have SWD Recorder running on two laptops, one using the regular release of firefox, and another one with the ESR (https://www.mozilla.org/en-US/firefox/organizations/faq/) release of Firefox. The SWD with ESR fails when clicking on the "Start" button with the error message that it could not determine the version of FF from the registry.

Since FF 31, the ESR version has used a different Registry to the regular FF. I think SWD should also look in that registry for FF. https://bugzilla.mozilla.org/show_bug.cgi?id=1079229

dzharii commented 9 years ago

Hi @Ricardo-Martinez, Thank you for filing this bug. Sorry, but I do not plan to fix this issue in the near feature. The fix for this issue would require to change the Selenium WebDriver default browser launching algorithm. I really do not want to do that now.

Thank you, Dima