We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e71fa0a commit 11998a0Copy full SHA for 11998a0
java/src/org/openqa/selenium/support/ui/ExpectedConditions.java
@@ -1352,7 +1352,7 @@ public String toString() {
1352
* An expectation for checking the element to be invisible
1353
*
1354
* @param element used to check its invisibility
1355
- * @return Boolean true when elements is not visible anymore
+ * @return Boolean true when element is not visible anymore
1356
*/
1357
public static ExpectedCondition<Boolean> invisibilityOf(final WebElement element) {
1358
return new ExpectedCondition<Boolean>() {
0 commit comments