Uses of Interface
net.serenitybdd.core.pages.WebElementState
| Package | Description |
|---|---|
| net.serenitybdd.core.pages | |
| net.thucydides.core.pages |
Classes designed to make it easier to work with Page Objects in WebDriver.
|
| net.thucydides.core.webdriver.stubs |
-
Uses of WebElementState in net.serenitybdd.core.pages
Subinterfaces of WebElementState in net.serenitybdd.core.pages Modifier and Type Interface Description interfaceWebElementFacadeinterfaceWidgetObjectRepresents a page fragment which occurs across pages or multiple times in a single page.Classes in net.serenitybdd.core.pages that implement WebElementState Modifier and Type Class Description classWebElementFacadeImplA proxy class for a web element, providing some more methods.classWidgetObjectImplBase implementation forWidgetObject.classWrappedWebElementFacadeImplMethods in net.serenitybdd.core.pages that return WebElementState Modifier and Type Method Description WebElementStateWebElementFacadeImpl. expect(java.lang.String errorMessage)WebElementStateWebElementState. expect(java.lang.String errorMessage)protected WebElementStateWebElementFacadeImpl. expectingErrorMessage(java.lang.String errorMessage)WebElementStateWebElementFacadeImpl. shouldBeCurrentlyVisible()Checks whether a web element is visible.WebElementStateWebElementState. shouldBeCurrentlyVisible()Checks whether a web element is visible.WebElementStateWebElementFacadeImpl. shouldBeEnabled()WebElementStateWebElementState. shouldBeEnabled()WebElementStateWebElementFacadeImpl. shouldBePresent()WebElementStateWebElementState. shouldBePresent()WebElementStateWebElementFacadeImpl. shouldBeVisible()Checks whether a web element is visible.WebElementStateWebElementState. shouldBeVisible()Checks whether a web element is visible.WebElementStateWebElementFacade. shouldContainElements(java.lang.String xpathOrCssSelector)WebElementStateWebElementFacade. shouldContainElements(org.openqa.selenium.By selector)WebElementStateWebElementFacadeImpl. shouldContainElements(java.lang.String xpathOrCssSelector)WebElementStateWebElementFacadeImpl. shouldContainElements(org.openqa.selenium.By bySelector)WebElementStateWebElementFacadeImpl. shouldContainOnlyText(java.lang.String textValue)Check that an element exactly matches a text valueWebElementStateWebElementState. shouldContainOnlyText(java.lang.String textValue)Check that an element exactly matches a text valueWebElementStateWebElementFacadeImpl. shouldContainSelectedOption(java.lang.String textValue)WebElementStateWebElementState. shouldContainSelectedOption(java.lang.String textValue)WebElementStateWebElementFacadeImpl. shouldContainText(java.lang.String textValue)Check that an element contains a text valueWebElementStateWebElementState. shouldContainText(java.lang.String textValue)Check that an element contains a text valueWebElementStateWebElementFacadeImpl. shouldNotBeCurrentlyVisible()Checks whether a web element is not visible straight away.WebElementStateWebElementState. shouldNotBeCurrentlyVisible()Checks whether a web element is not visible straight away.WebElementStateWebElementFacadeImpl. shouldNotBeEnabled()WebElementStateWebElementState. shouldNotBeEnabled()WebElementStateWebElementFacadeImpl. shouldNotBePresent()WebElementStateWebElementState. shouldNotBePresent()WebElementStateWebElementFacadeImpl. shouldNotBeVisible()Checks whether a web element is not visible.WebElementStateWebElementState. shouldNotBeVisible()Checks whether a web element is not visible.WebElementStateWebElementFacadeImpl. shouldNotContainText(java.lang.String textValue)Check that an element does not contain a text valueWebElementStateWebElementState. shouldNotContainText(java.lang.String textValue)Check that an element does not contain a text value -
Uses of WebElementState in net.thucydides.core.pages
Subinterfaces of WebElementState in net.thucydides.core.pages Modifier and Type Interface Description interfaceWebElementFacadeDeprecated.Use same-named class in serenitybdd packageinterfaceWebElementStateDeprecated.Use same-named class in serenitybdd packageClasses in net.thucydides.core.pages that implement WebElementState Modifier and Type Class Description classWebElementFacadeImplDeprecated.Use same-named class in serenitybdd package -
Uses of WebElementState in net.thucydides.core.webdriver.stubs
Classes in net.thucydides.core.webdriver.stubs that implement WebElementState Modifier and Type Class Description classWebElementFacadeStubMethods in net.thucydides.core.webdriver.stubs that return WebElementState Modifier and Type Method Description WebElementStateWebElementFacadeStub. expect(java.lang.String errorMessage)protected WebElementStateWebElementFacadeStub. expectingErrorMessage(java.lang.String errorMessage)WebElementStateWebElementFacadeStub. shouldBeCurrentlyVisible()Checks whether a web element is visible.WebElementStateWebElementFacadeStub. shouldBeEnabled()WebElementStateWebElementFacadeStub. shouldBePresent()WebElementStateWebElementFacadeStub. shouldBeVisible()Checks whether a web element is visible.WebElementStateWebElementFacadeStub. shouldContainElements(java.lang.String xpathOrCssSelector)WebElementStateWebElementFacadeStub. shouldContainElements(org.openqa.selenium.By selector)WebElementStateWebElementFacadeStub. shouldContainOnlyText(java.lang.String textValue)Check that an element exactly matches a text valueWebElementStateWebElementFacadeStub. shouldContainSelectedOption(java.lang.String textValue)WebElementStateWebElementFacadeStub. shouldContainText(java.lang.String textValue)Check that an element contains a text valueWebElementStateWebElementFacadeStub. shouldNotBeCurrentlyVisible()Checks whether a web element is not visible straight away.WebElementStateWebElementFacadeStub. shouldNotBeEnabled()WebElementStateWebElementFacadeStub. shouldNotBePresent()WebElementStateWebElementFacadeStub. shouldNotBeVisible()Checks whether a web element is not visible.WebElementStateWebElementFacadeStub. shouldNotContainText(java.lang.String textValue)Check that an element does not contain a text value