Class ElementNotVisibleException

  • All Implemented Interfaces:
    java.io.Serializable

    public class ElementNotVisibleException
    extends ElementNotInteractableException
    Thrown to indicate that although an element is present on the DOM, it is not visible, and so is not able to be interacted with.
    See Also:
    Serialized Form
    • Constructor Detail

      • ElementNotVisibleException

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

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