'I can not run my test scripts with firefox

When i run my test script with firefox. It's not open and give me an error message like this. For solution i try to update my webdrivermanager, firefox, selenium and i try diffent ide but still same.

org.openqa.selenium.SessionNotCreatedException: Could not start a new session. Possible causes are invalid address of the remote server or browser start-up failure.

and this is run code

 WebDriverManager.firefoxdriver().setup();
 driver.set(new FirefoxDriver());


Solution 1:[1]

Maybe this will help? You can try it out once.

https://github.com/SeleniumHQ/selenium/issues/10118

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 crosie