By |
By.andByBeingDescendantOf(JavaGuiElement ancestorElement) |
By |
By.andByClass(String className) |
By |
By.andByExactText(Object... alterativesForElementText) |
By |
By.andByName(String elementName) |
By |
By.andByOrdinalNumber(int ordinalNumber) |
By |
By.andByTextContains(Object... alterativesForElementText) |
By |
By.andByTextRegexMatch(Object... alterativesForElementTextRegexPatterns) |
static By |
By.byBeingDescendantOf(JavaGuiElement ancestorElement) |
static By |
By.byClass(String className) |
static By |
By.byExactText(Object... alternativesForElementText) |
static By |
By.byName(String elementName) |
static By |
By.byOrdinalNumber(int ordinalNumber) |
static By |
By.byRelativePosition(ElementsList staticPositionBasedIdentificatorReferenceToElementList) |
static By |
By.byTextContaining(Object... alternativesForElementText) |
static By |
By.byTextRegexMatch(Object... alternativesForElementTextRegexPatterns) |