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