Class ElementNotInteractableException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.openqa.selenium.WebDriverException
org.openqa.selenium.InvalidElementStateException
org.openqa.selenium.ElementNotInteractableException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ElementClickInterceptedException
Thrown to indicate that although a
WebElement is present on the DOM, it is not in a state
that can be interacted with. This includes an element that is not displayed or whose center point
can not be scrolled into the viewport.- See Also:
-
Field Summary
Fields inherited from class WebDriverException
BASE_SUPPORT_URL, DRIVER_INFO, SESSION_ID -
Constructor Summary
ConstructorsConstructorDescriptionElementNotInteractableException(String message) ElementNotInteractableException(String message, Throwable cause) -
Method Summary
Methods inherited from class WebDriverException
addInfo, getAdditionalInformation, getBuildInformation, getDriverName, getHostInformation, getMessage, getRawMessage, getSupportUrl, getSystemInformationMethods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ElementNotInteractableException
-
ElementNotInteractableException
-