public class InvalidElementStateException extends WebDriverException
WebElement is in a state that means actions cannot be performed with it.
Examples would include an element being obscured by another when clicking, or perhaps not being
visible on the DOM. Subclasses of this provide more detailed information.BASE_SUPPORT_URL, DRIVER_INFO, SESSION_ID| Constructor and Description |
|---|
InvalidElementStateException() |
InvalidElementStateException(java.lang.String message) |
InvalidElementStateException(java.lang.String message,
java.lang.Throwable cause) |
InvalidElementStateException(java.lang.Throwable cause) |
addInfo, getAdditionalInformation, getBuildInformation, getDriverName, getMessage, getSupportUrl, getSystemInformationpublic InvalidElementStateException()
public InvalidElementStateException(java.lang.String message)
public InvalidElementStateException(java.lang.Throwable cause)
public InvalidElementStateException(java.lang.String message,
java.lang.Throwable cause)