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!