public class WebDriverException extends RuntimeException
Modifier and Type | Field and Description |
---|---|
protected static String |
BASE_SUPPORT_URL |
static String |
DRIVER_INFO |
static String |
SESSION_ID |
Constructor and Description |
---|
WebDriverException() |
WebDriverException(String message) |
WebDriverException(String message,
Throwable cause) |
WebDriverException(Throwable cause) |
Modifier and Type | Method and Description |
---|---|
void |
addInfo(String key,
String value) |
String |
getAdditionalInformation() |
BuildInfo |
getBuildInformation() |
static String |
getDriverName(StackTraceElement[] stackTraceElements) |
String |
getMessage() |
String |
getSupportUrl() |
String |
getSystemInformation() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public static final String SESSION_ID
public static final String DRIVER_INFO
protected static final String BASE_SUPPORT_URL
public WebDriverException()
public WebDriverException(String message)
public WebDriverException(Throwable cause)
public String getMessage()
getMessage
in class Throwable
public String getSystemInformation()
public String getSupportUrl()
public BuildInfo getBuildInformation()
public static String getDriverName(StackTraceElement[] stackTraceElements)
public String getAdditionalInformation()
Copyright © 2016. All rights reserved.