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.
-