Uses of Interface
net.serenitybdd.core.pages.WithByLocator
| Package | Description |
|---|---|
| net.serenitybdd.core.pages |
-
Uses of WithByLocator in net.serenitybdd.core.pages
Methods in net.serenitybdd.core.pages with parameters of type WithByLocator Modifier and Type Method Description <T extends WebElementFacade>
TPageObject. $(WithByLocator locator)<T extends WebElementFacade>
TPageObject. find(WithByLocator selector)ListOfWebElementFacadesPageObject. findAll(WithByLocator bySelector)java.util.stream.Stream<WebElementFacade>PageObject. findEach(WithByLocator bySelector)java.lang.StringPageObject. textContentOf(WithByLocator locator)java.lang.StringPageObject. textOf(WithByLocator locator)