Uses of Class
org.openqa.selenium.ElementNotInteractableException
-
Packages that use ElementNotInteractableException Package Description org.openqa.selenium -
-
Uses of ElementNotInteractableException in org.openqa.selenium
Subclasses of ElementNotInteractableException 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.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.
-