public class ElementVerificationMethods extends BrowserVerificationMethods
noFailsInBuilderChain, testCase, wasSuccess| Constructor and Description |
|---|
ElementVerificationMethods(GuiElement domElement,
WebInteractionMethods web) |
browserConsoleHasNoErrors_AlsoClearsBrowserConsole, currentPageSourceWithW3validator, noBrokenLinksOnCurrentPage_IncludeNonDisplayedLinks, noBrokenLinksOnCurrentPage, textOnPage, title, verifyElementequals, text, textEqualspublic ElementVerificationMethods(GuiElement domElement, WebInteractionMethods web)
public ElementVerificationMethods textEquals(String expectedString)
public ElementVerificationMethods textEqualsIgnoreCase(String expectedString)
public ElementVerificationMethods textContains(String expectedString)
public ElementVerificationMethods textContainsIgnoreCase(String expectedString)
public ElementVerificationMethods textMatchesRegex(String pattern)
public ElementVerificationMethods isEnabled()
public ElementVerificationMethods exists()
public ElementVerificationMethods doesNotExist()
public ElementVerificationMethods isDisabled()
public ElementVerificationMethods isDisplayed()
public ElementVerificationMethods isNotDisplayed()
public ElementVerificationMethods tableRow(String headlineColonValueSemicolonSeparatedString, CellMatchingType cellMatchingType)
public ElementVerificationMethods tableRows(String[] headlineColonValueSemicolonSeparatedString, CellMatchingType cellMatchingType)
headlineColonValueSemicolonSeparatedString - The data to find, in the pattern example of 'Headline1:ExpectedCorrespondingCellValue1;Headline2:ExpectedCorrespondingCellValue2'. If all values can be matched on the same row the test is passed.cellMatchingType - Type of matching performed.public ElementVerificationMethods attributeValue(String attributeName, String attributeValuePattern, StringComparisonType stringComparisonType)
public ElementVerificationMethods tableHeadline(String expectedHeadline)
public ElementVerificationMethods tableHeadlines(List<String> expectedHeadlines)
expectedHeadlines - The list of expected headlinespublic ElementVerificationMethods isAnimated()
Copyright © 2019. All rights reserved.