Search code examples
seleniumselenium-rcbsd

selenium-rc in bsd


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?


Solution

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