org.openqa.selenium.NoSuchSessionException: Unable to find session with ID error testing with Behat/Mink and Selenium2Driver in docker container

This error message… org.openqa.selenium.NoSuchSessionException: Unable to find session with ID: url\n Build info: version: ‘4.0.0-alpha-6’, revision: ‘5f43a29cfc’\n System info: host: ‘fca78c7f81e6’, ip: ‘172.28.0.3’, os.name: ‘Linux’, os.arch: ‘amd64’, os.version: ‘5.4.0-42-generic’, java.version: ‘1.8.0_252’\n Driver info: driver.version: unknown …implies that the ChromeDriver was unable to initiate/spawn a new Browsing Context i.e. Chrome Browser session which gets reflected in … Read more