Unable to launch browser using selenium on Docker. Getting org.openqa.selenium.SessionNotCreatedException
I am trying to fetch title of the website "https://www.google.com/" in chrome browser using selenium on Docker. However whenever I execute I get the following exception Exception in thread "main" org.openqa.selenium.SessionNotCreatedException: Could not start a new session. Possible causes are…