Class InvalidElementStateException

All Implemented Interfaces:
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:
  • Constructor Details

    • InvalidElementStateException

      public InvalidElementStateException()
    • InvalidElementStateException

      public InvalidElementStateException(String message)
    • InvalidElementStateException

      public InvalidElementStateException(Throwable cause)
    • InvalidElementStateException

      public InvalidElementStateException(String message, Throwable cause)