Uses of Class
net.serenitybdd.core.pages.WebElementFacadeImpl
Package | Description |
---|---|
net.serenitybdd.core.pages | |
net.thucydides.core.pages |
Classes designed to make it easier to work with Page Objects in WebDriver.
|
-
Uses of WebElementFacadeImpl in net.serenitybdd.core.pages
Subclasses of WebElementFacadeImpl in net.serenitybdd.core.pages Modifier and Type Class Description class
WidgetObjectImpl
Base implementation forWidgetObject
.class
WrappedWebElementFacadeImpl
Methods in net.serenitybdd.core.pages with parameters of type WebElementFacadeImpl Modifier and Type Method Description static org.openqa.selenium.support.ui.ExpectedCondition<java.lang.Boolean>
WebElementExpectations. elementIsClickable(WebElementFacadeImpl element)
static org.openqa.selenium.support.ui.ExpectedCondition<java.lang.Boolean>
WebElementExpectations. elementIsEnabled(WebElementFacadeImpl element)
-
Uses of WebElementFacadeImpl in net.thucydides.core.pages
Subclasses of WebElementFacadeImpl in net.thucydides.core.pages Modifier and Type Class Description class
WebElementFacadeImpl
Deprecated.Use same-named class in serenitybdd package