It appears the FireFox 13 upgrade breaks the Selenium test cases with the folllowing:
13:11:15.572 INFO - Preparing Firefox profile... 13:11:37.603 ERROR - Failed to start new browser session, shutdown browser and clear all session data java.lang.RuntimeException: Firefox refused shutdown while preparing a profile I upgraded to Selenium 2.23.1 by added this to my pom file and it appears to fix it <dependency> <groupId>org.seleniumhq.selenium</groupId> <artifactId>selenium-server</artifactId> <version>2.23.1</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.seleniumhq.selenium</groupId> <artifactId>selenium-java</artifactId> <version>2.23.1</version> <scope>compile</scope> </dependency> Is it time to update the Selenium version in Tapestry Test? -- View this message in context: http://tapestry.1045711.n5.nabble.com/FireFox-13-breaks-Tapestry-Testing-tp5714618.html Sent from the Tapestry - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: users-h...@tapestry.apache.org