Class ElementNotInteractableException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ElementClickInterceptedException

public class ElementNotInteractableException extends InvalidElementStateException
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:
  • Constructor Details

    • ElementNotInteractableException

      public ElementNotInteractableException(String message)
    • ElementNotInteractableException

      public ElementNotInteractableException(String message, Throwable cause)