Class UnreachableBrowserException

  • All Implemented Interfaces:
    java.io.Serializable

    public class UnreachableBrowserException
    extends 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:
    Serialized Form
    • Constructor Detail

      • UnreachableBrowserException

        public UnreachableBrowserException​(java.lang.String message)
      • UnreachableBrowserException

        public UnreachableBrowserException​(java.lang.String message,
                                           java.lang.Throwable cause)