I am trying to config proxy settings for the WebDriver so I have used the following code ....
WebDriver
FirefoxProfile profile = new FirefoxProfile(); pro
On Mac OS X, I was receiving a WebDriver error like "Could not find Firefox binary (os=macosx)" when attempting to run a script.
I discovered that my problem was that a renamed my Firefox app to "Firefox 22". The WebDriver stuff expected just "Firefox".