Selenium Java无法启动浏览器selenium3.6,firefox v56 gecko v19

时间:2017-11-02 18:47:05

标签: selenium firefox

我收到以下错误,Firefox无法启动,我使用的是Selenium Java Bindings v3.6.0和Firefox v56。

https://i.stack.imgur.com/oxEtR.png

错误是:

INFO    Running command: "C:\\Program Files\\Mozilla Firefox\\firefox.exe" "-marionette" "-profile" "C:\\Users\\monaly\\AppData\\Local\\Temp\\rust_mozprofile.FEt42xwspukL"
Exception in thread "main" org.openqa.selenium.SessionNotCreatedException: Failed to start browser C:\Program Files\Mozilla Firefox\firefox.exe: other os error

1 个答案:

答案 0 :(得分:0)

更改import

import org.openqa.selenium.firefox.*;

更改为:

import org.openqa.selenium.firefox.FirefoxDriver;

更新:

当你仍然面对SessionNotCreatedException other os error时,我建议

  1. 通过Firefox Browser卸载Revo Uninstaller
  2. 运行CCleaner以清除所有操作系统。
  3. 选择System Reboot
  4. 执行Test