Package org.openqa.selenium.remote
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
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.
- See Also:
-
Field Summary
Fields inherited from class org.openqa.selenium.WebDriverException
BASE_SUPPORT_URL, DRIVER_INFO, SESSION_ID
-
Constructor Summary
ConstructorDescriptionUnreachableBrowserException
(String message) UnreachableBrowserException
(String message, Throwable cause) -
Method Summary
Methods inherited from class org.openqa.selenium.WebDriverException
addInfo, getAdditionalInformation, getBuildInformation, getDriverName, getHostInformation, getMessage, getRawMessage, getSupportUrl, getSystemInformation
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UnreachableBrowserException
-
UnreachableBrowserException
-