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 class
ElementClickInterceptedException
Indicates that a click could not be properly executed because the target element was obscured in some way.class
ElementNotInteractableException
Thrown to indicate that although an element is present on the DOM, it is not in a state that can be interacted with.
-