Package org.openqa.selenium
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:
java.io.Serializable
- Direct Known Subclasses:
ElementClickInterceptedException
public class ElementNotInteractableException extends InvalidElementStateException
Thrown to indicate that although an element is present on the DOM, it is not in a state that can be interacted with.- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.openqa.selenium.WebDriverException
BASE_SUPPORT_URL, DRIVER_INFO, SESSION_ID
-
-
Constructor Summary
Constructors Constructor Description ElementNotInteractableException(java.lang.String message)
ElementNotInteractableException(java.lang.String message, java.lang.Throwable cause)
-
Method Summary
-
Methods inherited from class org.openqa.selenium.WebDriverException
addInfo, getAdditionalInformation, getBuildInformation, getDriverName, getMessage, getRawMessage, getSupportUrl, getSystemInformation
-
-