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