我收到以下错误,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
答案 0 :(得分:0)
更改import
:
import org.openqa.selenium.firefox.*;
更改为:
import org.openqa.selenium.firefox.FirefoxDriver;
当你仍然面对SessionNotCreatedException
other os error
时,我建议
Firefox Browser
卸载Revo Uninstaller
。CCleaner
以清除所有操作系统。System Reboot
。Test
。