Selenium自动化测试问题

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

*** LOG addons.manager: Application has been upgraded

*** LOG addons.xpi: startup

*** LOG addons.xpi: Skipping unavailable install location app-system-local

*** LOG addons.xpi: Skipping unavailable install location app-system-share

*** LOG addons.xpi: Ignoring file entry whose name is not a valid add-on ID:
 C:UsersSalma.nAppDataLocalTempanonymous38301webdriver-profileextensionswebdriver-staging

*** LOG addons.xpi: checkForChanges

*** LOG addons.xpi-utils: Opening XPI database 
C:UsersSalma.nAppDataLocalTempanonymous38301webdriver-profileextensions.json

*** LOG addons.xpi: New add-on fxdriver@googlecode.com installed in app-profile

*** Blocklist::_loadBlocklistFromFile: blocklist is disabled

*** LOG addons.xpi-utils: Make addon app-profile:fxdriver@googlecode.com visible

使用Selenium做前端自动化测试时出现这个问题,主要原因是selenium跟ff之间的版本不匹配,我的ff是29,selenium是2.31.0;换成selenium2.41.0果断解决问题!

IE下的问题

原文地址:https://www.cnblogs.com/dojo-lzz/p/3700787.html