| Package | Description |
|---|---|
| net.serenitybdd.core.pages |
| Modifier and Type | Method and Description |
|---|---|
<T extends WebElementFacade> |
PageObject.$(WithByLocator locator) |
<T extends WebElementFacade> |
PageObject.find(WithByLocator selector) |
ListOfWebElementFacades |
PageObject.findAll(WithByLocator bySelector) |
Stream<WebElementFacade> |
PageObject.findEach(WithByLocator bySelector) |
String |
PageObject.textContentOf(WithByLocator locator) |
String |
PageObject.textOf(WithByLocator locator) |
Copyright © 2021. All rights reserved.