@Retention(value=RUNTIME)
@Target(value={FIELD,TYPE})
public @interface HowToUseLocators
| Modifier and Type | Optional Element and Description |
|---|---|
LocatorGroupStrategy |
androidAutomation
The strategy which defines how to use locators which are described by the
AndroidFindBy annotation. |
LocatorGroupStrategy |
iOSAutomation
The strategy which defines how to use locators which are described by the
iOSFindBy annotation. |
LocatorGroupStrategy |
iOSXCUITAutomation
The strategy which defines how to use locators which are described by the
iOSXCUITFindBy annotation. |
LocatorGroupStrategy |
selendroidAutomation
The strategy which defines how to use locators which are described by the
SelendroidFindBy annotation. |
LocatorGroupStrategy |
windowsAutomation
The strategy which defines how to use locators which are described by the
WindowsFindBy annotation. |
public abstract LocatorGroupStrategy androidAutomation
AndroidFindBy annotation. These annotations can define the chained searching
or the searching by all possible locators.AndroidFindBy annotationpublic abstract LocatorGroupStrategy selendroidAutomation
SelendroidFindBy annotation. These annotations can define the chained searching
or the searching by all possible locators.SelendroidFindBy annotationpublic abstract LocatorGroupStrategy iOSAutomation
iOSFindBy annotation. These annotations can define the chained searching
or the searching by all possible locators.iOSFindBy annotationpublic abstract LocatorGroupStrategy windowsAutomation
WindowsFindBy annotation. These annotations can define the chained searching
or the searching by all possible locators.WindowsFindBy annotationpublic abstract LocatorGroupStrategy iOSXCUITAutomation
iOSXCUITFindBy annotation. These annotations can define the chained searching
or the searching by all possible locators.iOSXCUITFindBy annotation