public class ElementFilter extends Object implements java.util.function.Predicate<org.openqa.selenium.WebElement>
| Modifier and Type | Method and Description |
|---|---|
static ElementFilter |
any() |
String |
getDescription() |
boolean |
test(org.openqa.selenium.WebElement element) |
static ElementFilter |
withText(String text) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitand, isEqual, negate, orpublic static ElementFilter any()
public static ElementFilter withText(String text)
public String getDescription()
public boolean test(org.openqa.selenium.WebElement element)
test in interface java.util.function.Predicate<org.openqa.selenium.WebElement>Copyright © 2014. All Rights Reserved.