| Package | Description |
|---|---|
| net.serenitybdd.core.pages |
| Modifier and Type | Method and Description |
|---|---|
static Optional<PagesAnnotatedField> |
PagesAnnotatedField.findFirstAnnotatedField(Class<?> testClass)
Find the first field in the class annotated with the Managed annotation.
|
static Optional<PagesAnnotatedField> |
PagesAnnotatedField.findOptionalAnnotatedField(Class<?> testClass)
Find the first field in the class annotated with the ManagedPages annotation.
|
Copyright © 2022. All rights reserved.