Selenium 3.0 Firefx Driver fails with org.openqa.selenium.SessionNotCreatedException: Unable to create new remote session

前端 未结 7 2124
渐次进展
渐次进展 2020-12-29 11:02

Selenium 3.0 Firefx Driver fails with org.openqa.selenium.SessionNotCreatedException: Unable to create new remote session.

System.setProperty(\"webdriver.gec         


        
7条回答
  •  佛祖请我去吃肉
    2020-12-29 11:26

    I ran into the same problem today, and it appears that not being admin on my laptop is actually an issue. To resolve it

    • Install in a non admin way Firefox (just need to click on no when Windows ask for privilege elevation)

    • Use the exe path (for my system something like C:\\Users\\MyUserName\\AppData\\Local\\MozillaFirefox\\firefox.exe).

      It actually solved the issue.

提交回复
热议问题