I\'m trying to run a Junit Test case which i exported from Selenium IDE. Im getting above exception.I\'m using Windows XP,Firefox 20.0.1,and using selenium-server-standalone
None of the mention solutions worked for me. What worked for me is to use latest Firefox (currently 32.0.2) and latest selenium
<dependency>
<groupId>org.seleniumhq.selenium</groupId>
<artifactId>selenium-java</artifactId>
<version>2.43.1</version>
</dependency>
Version 2.43.1 worked, 2.42.1 did not.