I am trying to config proxy settings for the WebDriver so I have used the following code ....
WebDriver
FirefoxProfile profile = new FirefoxProfile(); pro
i met this problem before, it's very easy to fix it.
on Windows, modify the environment variables , add the firefox path to the PATH variable.
firefox path
PATH
it's should be similar on Mac, just export PATH=/my/firefox/path/bin:$PATH in your profile file.
PATH=/my/firefox/path/bin:$PATH