public class Bys extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Bys.Predicates |
static class |
Bys.Transforms |
| Modifier and Type | Method and Description |
|---|---|
static org.openqa.selenium.By |
attribute(org.openqa.selenium.By preFilter,
String attributeName,
Predicate<? super String> predicate) |
static org.openqa.selenium.By |
conjoin(org.openqa.selenium.By first,
org.openqa.selenium.By second,
org.openqa.selenium.By... others) |
static org.openqa.selenium.By |
conjoin(Iterable<? extends org.openqa.selenium.By> bys) |
static org.openqa.selenium.By |
elementWithText(org.openqa.selenium.By preFilter,
Predicate<String> textPredicate) |
static org.openqa.selenium.By |
elementWithText(org.openqa.selenium.By preFilter,
String requiredText) |
static org.openqa.selenium.By |
elementWithTextFuzzy(org.openqa.selenium.By preFilter,
String fuzzilyRequiredText) |
static org.openqa.selenium.By |
elementWithTextIgnoreCase(org.openqa.selenium.By preFilter,
String requiredText) |
static org.openqa.selenium.By |
predicate(org.openqa.selenium.By preFilter,
Predicate<org.openqa.selenium.WebElement> elementPredicate) |
public static org.openqa.selenium.By conjoin(org.openqa.selenium.By first,
org.openqa.selenium.By second,
org.openqa.selenium.By... others)
public static org.openqa.selenium.By conjoin(Iterable<? extends org.openqa.selenium.By> bys)
public static org.openqa.selenium.By attribute(org.openqa.selenium.By preFilter,
String attributeName,
Predicate<? super String> predicate)
public static org.openqa.selenium.By predicate(org.openqa.selenium.By preFilter,
Predicate<org.openqa.selenium.WebElement> elementPredicate)
public static org.openqa.selenium.By elementWithTextFuzzy(org.openqa.selenium.By preFilter,
String fuzzilyRequiredText)
public static org.openqa.selenium.By elementWithTextIgnoreCase(org.openqa.selenium.By preFilter,
String requiredText)
public static org.openqa.selenium.By elementWithText(org.openqa.selenium.By preFilter,
String requiredText)
Copyright © 2016–2018. All rights reserved.