Annotation Type HowToUseLocators
-
@Retention(RUNTIME) @Target({FIELD,TYPE}) public @interface HowToUseLocators
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description LocatorGroupStrategyandroidAutomationThe strategy which defines how to use locators which are described by theAndroidFindByannotation.LocatorGroupStrategyiOSXCUITAutomationThe strategy which defines how to use locators which are described by theiOSXCUITFindByannotation.
-
-
-
Element Detail
-
androidAutomation
LocatorGroupStrategy androidAutomation
The strategy which defines how to use locators which are described by theAndroidFindByannotation. These annotations can define the chained searching or the searching by all possible locators.- Returns:
- the strategy which defines how to use locators which are described by the
AndroidFindByannotation
- Default:
- io.appium.java_client.pagefactory.LocatorGroupStrategy.CHAIN
-
-
-
iOSXCUITAutomation
LocatorGroupStrategy iOSXCUITAutomation
The strategy which defines how to use locators which are described by theiOSXCUITFindByannotation. These annotations can define the chained searching or the searching by all possible locators.- Returns:
- the strategy which defines how to use locators which are described by the
iOSXCUITFindByannotation
- Default:
- io.appium.java_client.pagefactory.LocatorGroupStrategy.CHAIN
-
-