Firefox 无法从Linux Box在Windows上调用Selenium测试

Firefox 无法从Linux Box在Windows上调用Selenium测试,firefox,selenium-webdriver,Firefox,Selenium Webdriver,我有在Windows box上运行的Selenium WebDriver测试,我需要从Linux box调用这些测试。当我从Windows box运行相同的测试时,测试运行良好。我正在使用SSH在Linux上运行测试 INFO: org.openqa.selenium.firefox.NotConnectedException: Unable to connect to host 127.0.0.1 on port 7055 after 45000 ms. Firefox console ou

我有在Windows box上运行的Selenium WebDriver测试,我需要从Linux box调用这些测试。当我从Windows box运行相同的测试时,测试运行良好。我正在使用SSH在Linux上运行测试

INFO: 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.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\ADMINI~1\AppData\Local\Temp\anonymous5065365792772883950webdriver-profile\extensions\webdriver-staging

LOG addons.xpi: checkForChanges

LOG addons.xpi-utils: Opening database

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

Blocklist::_loadBlocklistFromFile: blocklist is disabled
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 addons.xpi: shutdown
LOG addons.xpi-utils: shutdown
LOG addons.xpi-utils: Database closed
LOG addons.xpi: startup
LOG addons.xpi: Skipping unavailable install location app-system-local
LOG addons.xpi: Skipping unavailable install location app-system-share

在linux上测试时,是否在代码中指定了新的firefox二进制位置?测试仅在Windows上运行…firefox位置已在Windows中指定。