org.openqa.selenium.SessionNotCreatedException: Could not start a new session. Response code 500. Message: Failed to create Chrome process
Summary The org.openqa.selenium.SessionNotCreatedException is a common issue encountered when using Selenium WebDriver, particularly when configuring ChromeDriver. This exception occurs when Selenium is unable to create a new session, often due to version mismatches between the Chrome browser and ChromeDriver, or issues with the WebDriverManager configuration. In this case, the user has ensured that the Chrome … Read more