org.openqa.selenium
Class WebDriverException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.openqa.selenium.WebDriverException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- ElementNotVisibleException, ImeActivationFailedException, ImeNotAvailableException, InvalidCookieDomainException, InvalidCoordinatesException, InvalidElementStateException, MoveTargetOutOfBoundsException, NotFoundException, SessionNotCreatedException, StaleElementReferenceException, TimeoutException, UnableToSetCookieException, UnhandledAlertException, UnsupportedCommandException
public class WebDriverException
- extends RuntimeException
- See Also:
- Serialized Form
SESSION_ID
public static final String SESSION_ID
- See Also:
- Constant Field Values
DRIVER_INFO
public static final String DRIVER_INFO
- See Also:
- Constant Field Values
WebDriverException
public WebDriverException()
WebDriverException
public WebDriverException(String message)
WebDriverException
public WebDriverException(Throwable cause)
WebDriverException
public WebDriverException(String message,
Throwable cause)
getMessage
public String getMessage()
- Overrides:
getMessage
in class Throwable
getSystemInformation
public String getSystemInformation()
getSupportUrl
public String getSupportUrl()
getBuildInformation
public BuildInfo getBuildInformation()
getDriverName
public static String getDriverName(StackTraceElement[] stackTraceElements)
addInfo
public void addInfo(String key,
String value)
getAdditionalInformation
public String getAdditionalInformation()
Copyright © 2013. All rights reserved.