| Package | Description |
|---|---|
| se.claremont.taf.websupport.webdrivergluecode |
| Modifier and Type | Method and Description |
|---|---|
ElementVerificationMethods |
ElementVerificationMethods.attributeValue(String attributeName,
String attributeValuePattern,
StringComparisonType stringComparisonType) |
ElementVerificationMethods |
ElementVerificationMethods.doesNotExist() |
ElementVerificationMethods |
ElementVerificationMethods.exists() |
ElementVerificationMethods |
ElementVerificationMethods.isAnimated() |
ElementVerificationMethods |
ElementVerificationMethods.isDisabled() |
ElementVerificationMethods |
ElementVerificationMethods.isDisplayed() |
ElementVerificationMethods |
ElementVerificationMethods.isEnabled() |
ElementVerificationMethods |
ElementVerificationMethods.isNotDisplayed() |
ElementVerificationMethods |
ElementVerificationMethods.tableHeadline(String expectedHeadline) |
ElementVerificationMethods |
ElementVerificationMethods.tableHeadlines(List<String> expectedHeadlines)
Checks that the expected headlines exist in table
|
ElementVerificationMethods |
ElementVerificationMethods.tableRow(String headlineColonValueSemicolonSeparatedString,
CellMatchingType cellMatchingType) |
ElementVerificationMethods |
ElementVerificationMethods.tableRows(String[] headlineColonValueSemicolonSeparatedString,
CellMatchingType cellMatchingType)
Verifies if html table data holds expected data.
|
ElementVerificationMethods |
ElementVerificationMethods.textContains(String expectedString) |
ElementVerificationMethods |
ElementVerificationMethods.textContainsIgnoreCase(String expectedString) |
ElementVerificationMethods |
ElementVerificationMethods.textEquals(String expectedString) |
ElementVerificationMethods |
ElementVerificationMethods.textEqualsIgnoreCase(String expectedString) |
ElementVerificationMethods |
ElementVerificationMethods.textMatchesRegex(String pattern) |
ElementVerificationMethods |
WebInteractionMethods.verifiyElement(DomElement domElement) |
ElementVerificationMethods |
BrowserVerificationMethods.verifyElement(GuiElement guiElement) |
Copyright © 2019. All rights reserved.