When I run my Selenium tests with Firefox 28.0 I get:
"An exception of type 'OpenQA.Selenium.WebDriverException' occurred in WebDriver.dll but was not handled in user code
Additional information: Unable to determine the current version of FireFox using the registry, please make sure you have installed FireFox correctly"
I successfully ran tests yesterday with Firefox.
I think Firefox auto-updated to 28.0 since yesterday.
Today I'm getting the above error.
I uninstall Firefox and reinstalled but I still get the same exception.
Selenium 2.40 Firefox 28.0 Gallio and MbUnit 3.4
Any ideas on how to fix? I suppose I could switch to IE for testing.
Ed