简体   繁体   English

失败的配置:@BeforeTest设置

[英]FAILED CONFIGURATION: @BeforeTest setUp

org.openqa.selenium.WebDriverException: Failed to connect to binary FirefoxBinary(C:\Program Files\Mozilla Firefox\firefox.exe) on port 7055; process output follows: 
    * 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:\Users\115268\AppData\Local\Temp\anonymous6866859281964080882webdriver-profile\extensions\webdriver-staging
     LOG addons.xpi: checkForChanges
     LOG addons.xpi-utils: Opening XPI database C:\Users\115268\AppData\Local\Temp\anonymous6866859281964080882webdriver-profile\extensions.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
     LOG DeferredSave/extensions.json: Save changes
     LOG DeferredSave/extensions.json: Save changes
     LOG addons.xpi: New add-on {972ce4c6-7e08-4474-a285-3208198ce6fd} installed in app-global
     LOG addons.xpi-utils: Make addon app-global:{972ce4c6-7e08-4474-a285-3208198ce6fd} visible
     LOG DeferredSave/extensions.json: Save changes
     LOG DeferredSave/extensions.json: Save changes
     LOG addons.xpi: Updating database with changes to installed add-ons
     LOG addons.xpi-utils: Updating add-on states
     LOG addons.xpi-utils: Writing add-ons list
     LOG DeferredSave/extensions.json: Starting timer
     LOG DeferredSave/extensions.json: Starting write
     LOG DeferredSave/extensions.json: Write succeeded
     LOG addons.xpi-utils: XPI Database saved, setting schema version preference to 15
     LOG addons.manager: shutdown
     LOG addons.xpi: shutdown
     LOG addons.xpi-utils: shutdown
     LOG addons.xpi: Notifying XPI shutdown observers
     LOG addons.manager: Async provider shutdown done
     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:\Users\115268\AppData\Local\Temp\anonymous6866859281964080882webdriver-profile\extensions\webdriver-staging
     LOG addons.xpi: checkForChanges
    * LOG addons.xpi: No changes found
JavaScript error: chrome://browser/content/urlbarBindings.xml, line 654: aUrl is undefined

Build info: version: '2.32.0', revision: '6c40c18', time: '2013-04-09 17:22:56' System info: os.name: 'Windows 7', os.arch: 'x86', os.version: '6.1', java.version: '1.7.0_45'

Can someone tell me what error is this? 有人可以告诉我这是什么错误吗? I'm running on Selenium 2.32 and Firefox version 26. 我在Selenium 2.32和Firefox版本26上运行。

I believe that FF26 is not supported in selenium 2.32. 我相信硒2.32不支持FF26。 Please upgrade your selenium to 2.39.0 . 请升级您的硒到2.39.0

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 失败的配置:@BeforeTest beforeTest将此代码作为testNg运行 - FAILED CONFIGURATION: @BeforeTest beforeTest on running this code as testNg 失败的配置:@BeforeTest beforeTest 。 行家; 测试NG,硒 - FAILED CONFIGURATION: @BeforeTest beforeTest . MAVEN; TestNG, Selenium 失败的配置:@BeforeTest设置org.openqa.selenium.TimeoutException:使用Selenium ChromeDriver和Chrome登录时超时 - FAILED CONFIGURATION: @BeforeTest setup org.openqa.selenium.TimeoutException: timeout while sign in with Selenium ChromeDriver and Chrome 失败的配置:方法beforeTest需要1个参数,但@Configuration批注中提供了0个 - FAILED CONFIGURATION: Method beforeTest requires 1 parameters but 0 were supplied in the @Configuration annotation 失败的配置:@BeforeTest startReport java.lang.NullPointerException - FAILED CONFIGURATION: @BeforeTest startReport java.lang.NullPointerException Appium + Selenium:失败的配置:@BeforeTest setUp java.lang.NoClassDefFoundError:org/openqa/selenium/remote/codec/w3c/W3CHttpCommandCodec - Appium + Selenium : FAILED CONFIGURATION: @BeforeTest setUp java.lang.NoClassDefFoundError: org/openqa/selenium/remote/codec/w3c/W3CHttpCommandCodec 尝试使用TestNG执行跨浏览器测试脚本,但给出错误“失败的配置:@BeforeTest Browser(null)” - Trying to execute cross browser testing script using TestNG but giving error “FAILED CONFIGURATION: @BeforeTest Browser(null)” 配置失败:@BeforeMethod 设置 - Selenium Java TestNG - FAILED CONFIGURATION: @BeforeMethod setUp - Selenium Java TestNG 在TestNG测试中显示来自@BeforeTest批注的设置日志信息 - Showing setup log info from the @BeforeTest annotation in a TestNG test 当使用TestnG运行Selenium时,我得到FAILED CONFIGURATION:BeforeClass setUp? - When Running Selenium with TestnG I get FAILED CONFIGURATION: BeforeClass setUp?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM