Class UnreachableBrowserException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.openqa.selenium.WebDriverException
org.openqa.selenium.remote.UnreachableBrowserException
All Implemented Interfaces:
Serializable

public class UnreachableBrowserException extends org.openqa.selenium.WebDriverException
Indicates there was a problem communicating with the browser being controlled or the Selenium server.

The most common causes for this exception are:

  • The provided server address to RemoteWebDriver is invalid, so the connection could not be established.
  • The browser has died mid-test.
1)
See Also:
  • Constructor Details

    • UnreachableBrowserException

      public UnreachableBrowserException(String message)
    • UnreachableBrowserException

      public UnreachableBrowserException(String message, Throwable cause)