FirefoxDriver Selenium不起作用(Java)

时间:2014-05-30 08:15:23

标签: java selenium selenium-webdriver selenium-firefoxdriver

我想在Java中使用Selenium设置FirefoxDriver。我尝试了如下:

    FirefoxProfile profile = new FirefoxProfile();
    profile.setPreference("network.proxy.http", "proxy");
    profile.setPreference("network.proxy.http_port", "1234");
    WebDriver driver = new FirefoxDriver(profile);

    driver.get("http://www.stackoverflow.com");

但它总是给我错误:

org.openqa.selenium.firefox.NotConnectedException: Unable to connect to host 127.0.0.1 on port 7055 after 45000 ms. Firefox console output:

google之后,事实证明这是常见问题,但我找不到任何解决方案! 我使用的是selenium-server-standalone-2.41.0.jar和Firefox 29.0 有人可以帮帮我吗?!

1 个答案:

答案 0 :(得分:1)

尝试在firefox浏览器中手动设置代理详细信息,看看是否能够访问