@ParametersAreNonnullByDefault
public class ByTextCaseInsensitive
extends org.openqa.selenium.By
org.openqa.selenium.By.ByClassName, org.openqa.selenium.By.ByCssSelector, org.openqa.selenium.By.ById, org.openqa.selenium.By.ByLinkText, org.openqa.selenium.By.ByName, org.openqa.selenium.By.ByPartialLinkText, org.openqa.selenium.By.ByTagName, org.openqa.selenium.By.ByXPath, org.openqa.selenium.By.Remotable| Constructor and Description |
|---|
ByTextCaseInsensitive(java.lang.String elementText) |
| Modifier and Type | Method and Description |
|---|---|
org.openqa.selenium.WebElement |
findElement(org.openqa.selenium.SearchContext context) |
java.util.List<org.openqa.selenium.WebElement> |
findElements(org.openqa.selenium.SearchContext context) |
protected java.util.List<org.openqa.selenium.WebElement> |
findElements(org.openqa.selenium.SearchContext context,
int limit) |
java.lang.String |
toString() |
@Nonnull
protected java.util.List<org.openqa.selenium.WebElement> findElements(org.openqa.selenium.SearchContext context,
int limit)
@Nonnull @CheckReturnValue public java.lang.String toString()
toString in class org.openqa.selenium.By@Nonnull @CheckReturnValue public org.openqa.selenium.WebElement findElement(org.openqa.selenium.SearchContext context)
findElement in class org.openqa.selenium.By@Nonnull @CheckReturnValue public java.util.List<org.openqa.selenium.WebElement> findElements(org.openqa.selenium.SearchContext context)
findElements in class org.openqa.selenium.By