Skip to content

Commit 85f213c

Browse files
committed
Add missing javadocs
1 parent 8abc5ea commit 85f213c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,11 @@
1717

1818
package org.openqa.selenium;
1919

20+
/**
21+
* Indicates that a {@link WebElement} is in a state that means actions cannot be performed with it.
22+
* Examples would include an element being obscured by another when clicking, or perhaps not being
23+
* visible on the DOM. Subclasses of this provide more detailed information.
24+
*/
2025
public class InvalidElementStateException extends WebDriverException {
2126
public InvalidElementStateException() {
2227
super();

0 commit comments

Comments
 (0)