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 classWidgetObjectImplBase implementation forWidgetObject.classWrappedWebElementFacadeImplMethods 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 classWebElementFacadeImplDeprecated.Use same-named class in serenitybdd package