I am trying to run selenium 2.25.0 on a macbook pro with eclipse. I have created a simple class using the documentation example code. The code errors on this line:
WebDriver driver = new FirefoxDriver();
with the message:
Unable to connect to host 127.0.0.1 on port 7055 after 45000 ms. Firefox console output:
dyld: unknown required load command 0x80000022
dyld: unknown required load command 0x80000022
I have tried downgrading firefox from 15 to 14, 10 and 9, but none of those worked either.
Very grateful for any help anyone can offer! Thanks!
Problem turned out to be that firefox-bin wouldn’t start on the command line either. It seems to be something to do with running on OSX 10.5.
Fix is as follows:
This is taken from this webpage which usefully had the answer: http://www.bangheadonwall.net/?p=296