Uses of Interface
net.serenitybdd.core.pages.WebElementState
Packages that use WebElementState
Package
Description
Classes designed to make it easier to work with Page Objects in WebDriver.
-
Uses of WebElementState in net.serenitybdd.core.pages
Subinterfaces of WebElementState in net.serenitybdd.core.pagesModifier and TypeInterfaceDescriptioninterface
interface
Represents a page fragment which occurs across pages or multiple times in a single page.Classes in net.serenitybdd.core.pages that implement WebElementStateModifier and TypeClassDescriptionclass
A proxy class for a web element, providing some more methods.class
Base implementation forWidgetObject
.class
Methods in net.serenitybdd.core.pages that return WebElementStateModifier and TypeMethodDescriptionprotected WebElementState
WebElementFacadeImpl.expectingErrorMessage
(String errorMessage) WebElementFacadeImpl.shouldBeCurrentlyVisible()
Checks whether a web element is visible.WebElementState.shouldBeCurrentlyVisible()
Checks whether a web element is visible.WebElementFacadeImpl.shouldBeEnabled()
WebElementState.shouldBeEnabled()
WebElementFacadeImpl.shouldBePresent()
WebElementState.shouldBePresent()
WebElementFacadeImpl.shouldBeVisible()
Checks whether a web element is visible.WebElementState.shouldBeVisible()
Checks whether a web element is visible.WebElementFacade.shouldContainElements
(String xpathOrCssSelector) WebElementFacade.shouldContainElements
(org.openqa.selenium.By selector) WebElementFacadeImpl.shouldContainElements
(String xpathOrCssSelector) WebElementFacadeImpl.shouldContainElements
(org.openqa.selenium.By bySelector) WebElementFacadeImpl.shouldContainOnlyText
(String textValue) Check that an element exactly matches a text valueWebElementState.shouldContainOnlyText
(String textValue) Check that an element exactly matches a text valueWebElementFacadeImpl.shouldContainSelectedOption
(String textValue) WebElementState.shouldContainSelectedOption
(String textValue) WebElementFacadeImpl.shouldContainText
(String textValue) Check that an element contains a text valueWebElementState.shouldContainText
(String textValue) Check that an element contains a text valueWebElementFacadeImpl.shouldNotBeCurrentlyVisible()
Checks whether a web element is not visible straight away.WebElementState.shouldNotBeCurrentlyVisible()
Checks whether a web element is not visible straight away.WebElementFacadeImpl.shouldNotBeEnabled()
WebElementState.shouldNotBeEnabled()
WebElementFacadeImpl.shouldNotBePresent()
WebElementState.shouldNotBePresent()
WebElementFacadeImpl.shouldNotBeVisible()
Checks whether a web element is not visible.WebElementState.shouldNotBeVisible()
Checks whether a web element is not visible.WebElementFacadeImpl.shouldNotContainText
(String textValue) Check that an element does not contain a text valueWebElementState.shouldNotContainText
(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.pagesModifier and TypeInterfaceDescriptioninterface
Deprecated.Use same-named class in serenitybdd packageinterface
Deprecated.Use same-named class in serenitybdd packageClasses in net.thucydides.core.pages that implement WebElementStateModifier and TypeClassDescriptionclass
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 WebElementStateMethods in net.thucydides.core.webdriver.stubs that return WebElementStateModifier and TypeMethodDescriptionprotected WebElementState
WebElementFacadeStub.expectingErrorMessage
(String errorMessage) WebElementFacadeStub.shouldBeCurrentlyVisible()
Checks whether a web element is visible.WebElementFacadeStub.shouldBeEnabled()
WebElementFacadeStub.shouldBePresent()
WebElementFacadeStub.shouldBeVisible()
Checks whether a web element is visible.WebElementFacadeStub.shouldContainElements
(String xpathOrCssSelector) WebElementFacadeStub.shouldContainElements
(org.openqa.selenium.By selector) WebElementFacadeStub.shouldContainOnlyText
(String textValue) Check that an element exactly matches a text valueWebElementFacadeStub.shouldContainSelectedOption
(String textValue) WebElementFacadeStub.shouldContainText
(String textValue) Check that an element contains a text valueWebElementFacadeStub.shouldNotBeCurrentlyVisible()
Checks whether a web element is not visible straight away.WebElementFacadeStub.shouldNotBeEnabled()
WebElementFacadeStub.shouldNotBePresent()
WebElementFacadeStub.shouldNotBeVisible()
Checks whether a web element is not visible.WebElementFacadeStub.shouldNotContainText
(String textValue) Check that an element does not contain a text value