Skip to content

Commit 8abc5ea

Browse files
committed
ElementNotVisibleException is a specialisation of ElementNotInteractable
1 parent 13918d5 commit 8abc5ea

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

java/client/src/org/openqa/selenium/ElementNotVisibleException.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
* Thrown to indicate that although an element is present on the DOM, it is not visible, and so is
2222
* not able to be interacted with.
2323
*/
24-
public class ElementNotVisibleException extends InvalidElementStateException {
24+
public class ElementNotVisibleException extends ElementNotInteractableException {
2525
public ElementNotVisibleException(String message) {
2626
super(message);
2727
}

0 commit comments

Comments
 (0)