我在Redhat Linux 6.6上对firefox 45.9.0ESR运行webdriver 2.53.1。 FirefoxDriver
对象成功创建,firefox按预期启动空白页面(about:blank
)。但是,当我执行“获取”以打开网址时,它会以UnreachableBrowserException
失败,其根本原因为org.apache.http.NoHttpResponseException: localhost:7055 failed to respond
。
为FirefoxProfile设置的首选项
app.update.auto = false
app.update.enabled = false
app.update.silent = false
media.gmp-provider.enabled = false
webdriver.log.file = webdriver_debug.log
webdriver.firefox.logfile = firefox_browser.log
我的观察
到目前为止我尝试了什么
navigate().to(url)
代替get(url)
,但结果相同。注意:JRE 7用于运行
升级Selenium 我们无法升级selenium或firefox,因为有许多其他依赖层要升级为selenium / firefox进行升级。
答案 0 :(得分:0)
您需要更新服务器和客户端的selenium的jars文件。
从以下链接下载最新的罐子: -
http://www.seleniumhq.org/download/
您还需要从以下网址更新您的gecko驱动程序: -
https://github.com/mozilla/geckodriver/releases
额外性更新你的firefox
帮助 - >约