18:36:15.781 INFO - Preparing Firefox profile... 18:36:21.046 INFO - Launching Firefox...
And hangs.
Good news!
In order to get around this all you have to do is the following:
- Download the latest Selenium Server jar available here
- If you are not running Java 1.6, download and install it from here
- Update the script you use to run selenium server pointing it to the new jar file. Example below
CLS
@echo off
cd \SeleniumRC\selenium-server-2.5.0
echo =====================
echo LAUNCHING SELENIUM-RC
echo =====================
java -jar selenium-server-standalone-2.5.0.jar
Rerun your tests, after starting selenium server and your scripts should now run in Firefox 5.