I'm trying to run selenium-rc in bsd and get the following error

12:45:40.740 WARN - POST /selenium-server/driver/ HTTP/1.1
java.lang.RuntimeException: Firefox couldn't be found in the path!
Please add the directory containing 'firefox-bin' to your PATH environment
variable, or explicitly specify a path to Firefox like this:
*firefox /blah/blah/firefox-bin

Adding firefox-bin to my path does not help. What is the second option? ("or explicitly specify a path to Firefox like this")

Any solutions?

link|improve this question

feedback

2 Answers

up vote 2 down vote accepted

Trying specifying the path by replacing "firefox" with "firefox /path/to/firefox-bin".

link|improve this answer
Note that the -forcedBrowserModeRestOfLine option can be used to set the path to the FireFox executable. – Noah Sussman Apr 23 '10 at 16:34
feedback

In my ubuntu 9.04 setup, I added the '/usr/lib/firefox-3.0.11' to my $PATH

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.