How to resolve 'Could not start a new session. Response code 500' Error in Selenium WebDriver

preview_player
Показать описание
Error : Could not start a new session. Response code 500

When launching browser in Selenium Webdriver

Debug :

1. This issue basically appears when driver is incompatible

Рекомендации по теме
Комментарии
Автор

Hey thanks for the video, found it partially useful in my case. For me, removing the System.setProperty altogether just got rid of all errors. just initialise the driver with WebDriver driver = new FirefoxDriver(); and call the the navigate to or getUrl properties, should be okay.

srinidhibhat