| Package | Description |
|---|---|
| net.serenitybdd.core.pages |
| Modifier and Type | Method and Description |
|---|---|
<T extends WebElementFacade> |
PageObject.$(WithLocator locator) |
<T extends WebElementFacade> |
PageObject.find(WithLocator selector) |
ListOfWebElementFacades |
PageObject.findAll(WithLocator bySelector) |
Stream<WebElementFacade> |
PageObject.findEach(WithLocator bySelector) |
String |
PageObject.textContentOf(WithLocator locator)
Return the text value of a given element
|
String |
PageObject.textOf(WithLocator locator)
Return the text value of a given element
|
Copyright © 2023. All rights reserved.