Remote WebDriver UnreachableBrowserException: Could not start a new session
I got this exception for all browsers. For example, I create a remote webdriver on chrome like this: caps = DesiredCapabilities.chrome(); ChromeOptions options = new ChromeOptions(); options.addArguments("disable-infobars"); caps.setCapability(ChromeOptions.CAPABILITY, options); webDriver = new RemoteWebDriver(new URL("http://myIP:5555/wd/hub"), caps); And I got UnreachableBrowserException as follow: org.openqa.selenium.remote.DesiredCapabilities chrome INFO: Using `new ChromeOptions()` is preferred to `DesiredCapabilities.chrome()` org.openqa.selenium.remote.UnreachableBrowserException: Could