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 interface
WebElementFacade
interface
WidgetObject
Represents 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 class
WebElementFacadeImpl
A proxy class for a web element, providing some more methods.class
WidgetObjectImpl
Base implementation forWidgetObject
.class
WrappedWebElementFacadeImpl
Methods in net.serenitybdd.core.pages that return WebElementState Modifier and Type Method Description WebElementState
WebElementFacadeImpl. expect(java.lang.String errorMessage)
WebElementState
WebElementState. expect(java.lang.String errorMessage)
protected WebElementState
WebElementFacadeImpl. expectingErrorMessage(java.lang.String errorMessage)
WebElementState
WebElementFacadeImpl. shouldBeCurrentlyVisible()
Checks whether a web element is visible.WebElementState
WebElementState. shouldBeCurrentlyVisible()
Checks whether a web element is visible.WebElementState
WebElementFacadeImpl. shouldBeEnabled()
WebElementState
WebElementState. shouldBeEnabled()
WebElementState
WebElementFacadeImpl. shouldBePresent()
WebElementState
WebElementState. shouldBePresent()
WebElementState
WebElementFacadeImpl. shouldBeVisible()
Checks whether a web element is visible.WebElementState
WebElementState. shouldBeVisible()
Checks whether a web element is visible.WebElementState
WebElementFacade. shouldContainElements(java.lang.String xpathOrCssSelector)
WebElementState
WebElementFacade. shouldContainElements(org.openqa.selenium.By selector)
WebElementState
WebElementFacadeImpl. shouldContainElements(java.lang.String xpathOrCssSelector)
WebElementState
WebElementFacadeImpl. shouldContainElements(org.openqa.selenium.By bySelector)
WebElementState
WebElementFacadeImpl. shouldContainOnlyText(java.lang.String textValue)
Check that an element exactly matches a text valueWebElementState
WebElementState. shouldContainOnlyText(java.lang.String textValue)
Check that an element exactly matches a text valueWebElementState
WebElementFacadeImpl. shouldContainSelectedOption(java.lang.String textValue)
WebElementState
WebElementState. shouldContainSelectedOption(java.lang.String textValue)
WebElementState
WebElementFacadeImpl. shouldContainText(java.lang.String textValue)
Check that an element contains a text valueWebElementState
WebElementState. shouldContainText(java.lang.String textValue)
Check that an element contains a text valueWebElementState
WebElementFacadeImpl. shouldNotBeCurrentlyVisible()
Checks whether a web element is not visible straight away.WebElementState
WebElementState. shouldNotBeCurrentlyVisible()
Checks whether a web element is not visible straight away.WebElementState
WebElementFacadeImpl. shouldNotBeEnabled()
WebElementState
WebElementState. shouldNotBeEnabled()
WebElementState
WebElementFacadeImpl. shouldNotBePresent()
WebElementState
WebElementState. shouldNotBePresent()
WebElementState
WebElementFacadeImpl. shouldNotBeVisible()
Checks whether a web element is not visible.WebElementState
WebElementState. shouldNotBeVisible()
Checks whether a web element is not visible.WebElementState
WebElementFacadeImpl. shouldNotContainText(java.lang.String textValue)
Check that an element does not contain a text valueWebElementState
WebElementState. 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 interface
WebElementFacade
Deprecated.Use same-named class in serenitybdd packageinterface
WebElementState
Deprecated.Use same-named class in serenitybdd packageClasses in net.thucydides.core.pages that implement WebElementState Modifier and Type Class Description class
WebElementFacadeImpl
Deprecated.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 class
WebElementFacadeStub
Methods in net.thucydides.core.webdriver.stubs that return WebElementState Modifier and Type Method Description WebElementState
WebElementFacadeStub. expect(java.lang.String errorMessage)
protected WebElementState
WebElementFacadeStub. expectingErrorMessage(java.lang.String errorMessage)
WebElementState
WebElementFacadeStub. shouldBeCurrentlyVisible()
Checks whether a web element is visible.WebElementState
WebElementFacadeStub. shouldBeEnabled()
WebElementState
WebElementFacadeStub. shouldBePresent()
WebElementState
WebElementFacadeStub. shouldBeVisible()
Checks whether a web element is visible.WebElementState
WebElementFacadeStub. shouldContainElements(java.lang.String xpathOrCssSelector)
WebElementState
WebElementFacadeStub. shouldContainElements(org.openqa.selenium.By selector)
WebElementState
WebElementFacadeStub. shouldContainOnlyText(java.lang.String textValue)
Check that an element exactly matches a text valueWebElementState
WebElementFacadeStub. shouldContainSelectedOption(java.lang.String textValue)
WebElementState
WebElementFacadeStub. shouldContainText(java.lang.String textValue)
Check that an element contains a text valueWebElementState
WebElementFacadeStub. shouldNotBeCurrentlyVisible()
Checks whether a web element is not visible straight away.WebElementState
WebElementFacadeStub. shouldNotBeEnabled()
WebElementState
WebElementFacadeStub. shouldNotBePresent()
WebElementState
WebElementFacadeStub. shouldNotBeVisible()
Checks whether a web element is not visible.WebElementState
WebElementFacadeStub. shouldNotContainText(java.lang.String textValue)
Check that an element does not contain a text value