Class ElementNotInteractableException

  • All Implemented Interfaces:
    java.io.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:
    Serialized Form
    • Constructor Detail

      • ElementNotInteractableException

        public ElementNotInteractableException​(java.lang.String message)
      • ElementNotInteractableException

        public ElementNotInteractableException​(java.lang.String message,
                                               java.lang.Throwable cause)