Firefox 3 along side Selenium on OSX
August 12th, 2008
Currently Selenium doesn't support Firefox 3 which I tend to use as my main development browser. In order to be able to run the tests I downloaded Firefox 2 and then moved my current install of Firefox 3 to ~/Applications and installed version 2 in /Applications
This means that selenium will pick up version 2 and not 3 and your tests will run.
This means that selenium will pick up version 2 and not 3 and your tests will run.
Sorry, comments are closed for this article.