public class By extends Object
| Modifier and Type | Field and Description |
|---|---|
List<SearchCondition> |
searchConditions |
| Constructor and Description |
|---|
By() |
| Modifier and Type | Method and Description |
|---|---|
By |
andByBeingDescendantOf(JavaGuiElement ancestorElement) |
By |
andByClass(String className) |
By |
andByExactText(Object... alterativesForElementText) |
By |
andByName(String elementName) |
By |
andByOrdinalNumber(int ordinalNumber) |
By |
andByTextContains(Object... alterativesForElementText) |
By |
andByTextRegexMatch(Object... alterativesForElementTextRegexPatterns) |
String |
asCode() |
static By |
byBeingDescendantOf(JavaGuiElement ancestorElement) |
static By |
byClass(String className) |
static By |
byExactText(Object... alternativesForElementText) |
static By |
byName(String elementName) |
static By |
byOrdinalNumber(int ordinalNumber) |
static By |
byRelativePosition(ElementsList staticPositionBasedIdentificatorReferenceToElementList) |
static By |
byTextContaining(Object... alternativesForElementText) |
static By |
byTextRegexMatch(Object... alternativesForElementTextRegexPatterns) |
boolean |
isMatch(Object object) |
String |
toString() |
public List<SearchCondition> searchConditions
public static By byOrdinalNumber(int ordinalNumber)
public static By byRelativePosition(ElementsList staticPositionBasedIdentificatorReferenceToElementList)
public static By byTextRegexMatch(Object... alternativesForElementTextRegexPatterns)
public static By byBeingDescendantOf(JavaGuiElement ancestorElement)
public By andByBeingDescendantOf(JavaGuiElement ancestorElement)
public By andByOrdinalNumber(int ordinalNumber)
public String asCode()
public boolean isMatch(Object object)
Copyright © 2019. All rights reserved.