Class InvalidElementStateException

  • All Implemented Interfaces:
    java.io.Serializable
    Direct Known Subclasses:
    ElementNotInteractableException

    public class InvalidElementStateException
    extends WebDriverException
    Indicates that a WebElement is in a state that means actions cannot be performed with it. For example, attempting to clear an element that isn’t both editable and resettable.
    See Also:
    Serialized Form
    • Constructor Detail

      • InvalidElementStateException

        public InvalidElementStateException()
      • InvalidElementStateException

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

        public InvalidElementStateException​(java.lang.Throwable cause)
      • InvalidElementStateException

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