Uses of Class
org.openqa.selenium.InvalidElementStateException
-
Packages that use InvalidElementStateException Package Description org.openqa.selenium -
-
Uses of InvalidElementStateException in org.openqa.selenium
Subclasses of InvalidElementStateException in org.openqa.selenium Modifier and Type Class Description classElementClickInterceptedExceptionIndicates that a click could not be properly executed because the target element was obscured in some way.classElementNotInteractableExceptionThrown to indicate that although an element is present on the DOM, it is not in a state that can be interacted with.classElementNotSelectableExceptionThrown to indicate that although an element is present on the DOM, it is not selectable, and so is not able to be interacted with.classElementNotVisibleExceptionThrown to indicate that although an element is present on the DOM, it is not visible, and so is not able to be interacted with.
-