Package com.epam.healenium.annotation
Annotation Type PageAwareFindBy
-
Nested Class Summary
Nested Classes -
Required Element Summary
Required Elements -
Optional Element Summary
Optional Elements -
Field Summary
Fields
-
Field Details
-
DEFAULT_PAGE_NAME
- See Also:
- Constant Field Values
-
-
Element Details
-
findBy
org.openqa.selenium.support.FindBy findBy- Returns:
- a plain element locator
-
-
-
page
String pageIdentifies the page name this locator belongs to. By default, uses the class name in which the locator is defined.- Returns:
- an identifier of the current UI state the element is located on
- Default:
- "DEFAULT_PAGE"
-