public interface CustomFindByAnnotationService
| Modifier and Type | Method and Description |
|---|---|
org.openqa.selenium.By |
buildByFromCustomFindByAnnotation(Field field)
Retuns an org.openqa.selenium.By implementation
that will be used to find the "field" by Selenium
|
boolean |
isAnnotatedByCustomFindByAnnotation(Field field)
Returns true if the field has any custom annotation
|
boolean isAnnotatedByCustomFindByAnnotation(Field field)
field - org.openqa.selenium.By buildByFromCustomFindByAnnotation(Field field)
field - Copyright © 2022. All rights reserved.