我目前正在使用FF 59,壁虎驱动程序V0。20.1、Windows 10操作系统
1523405456958 mozrunner::runner INFO Running命令:“C:\Program Files(x86)\Mozilla Firefox\Firefox.exe”“-marionette”“-profile”“C:\WINDOWS\TEMP\rust_mozprofile.NQCI0vvVeET7”
1523405460671端口2828上监听的木偶信息
JavaScript错误:chrome://global/Content/bindings/remote-browser.xml,第44行:NS_ERROR_UNEXPECTED:组件返回失败代码:0x8000ffff(NS_ERROR_UNEXPECTED)[nsIMessageSender.sendAsyncMessage]
只用这句话对我有帮助:
options.addPreference("security.sandbox.content.level", 5);
System.setProperty("webdriver.gecko.driver", System.getProperty("user.dir")+"\\geckodriver.exe");
final FirefoxOptions options = new FirefoxOptions();
System.setProperty(FirefoxDriver.SystemProperty.DRIVER_USE_MARIONETTE, "true");
options.addPreference("browser.popups.showPopupBlocker", false);
options.addPreference("security.sandbox.content.level", 5);
WebDriver driver = new FirefoxDriver(options);
我已经通过命令行java-jar Jenkins.war启动了Jenkins服务器。但是,当我尝试执行Jenkins参数化作业(maven测试)时,firefox会打开片刻,然后立即关闭。 如果我使用chrome浏览器,它在Jenkins的工作很好。 注意:同样的测试在火狐和chrome浏览器上执行得很好。
问题内容: 我在Ubuntu Desktop 16.04上使用Selenium WebDriver,但无法打开浏览器。Firefox更新后出现以下错误(在此之前,所有方法都可以正常工作): 问题答案: 修正 :目前的解决方案是降级Firefox!运行此命令以获取可用Firefox版本的列表。 我的结果: 安装: 要保留此版本并禁止更新:
我在Ubuntu桌面16.04上使用Selenium WebDriver,无法打开浏览器。在Firefox更新之后,我出现了以下错误(在此之前,一切都正常):
我今天运行了一些我用Selenium-Python开发的脚本。他们工作得很好。当我关上窗户的时候 我正在运行Selenium 2.53 文件“C:\ python 34 \ lib \ site-packages \ selenium \ web driver \ Firefox \ Firefox _ binary . py”,第98行,in _wait_until_connectable引发W
我无法使用selenium webdriver 3.4.0启动Firefox浏览器
我使用的是Firefox浏览器版本50.1.0、Selenium 3.0.1、Java1.8、TestNG和Eclipse。我无法使用以下代码打开Firefox浏览器: 但我得到了以下例外情况: