public static enum MobileTestObject.MobileLocatorStrategy
Support almost of Appium selector strategies that describes via this link http://appium.io/docs/en/commands/element/find-elements/#selector-strategies
Enum constant | Description |
---|---|
ACCESSIBILITY |
|
ANDROID_UI_AUTOMATOR |
|
ANDROID_VIEWTAG |
|
ATTRIBUTES |
|
CLASS_NAME |
|
CUSTOM |
|
ID |
|
IMAGE |
|
IOS_CLASS_CHAIN |
|
IOS_PREDICATE_STRING |
|
NAME |
|
XPATH |
Type Params | Return Type | Name and description |
---|---|---|
|
public String |
getLocatorStrategy() |
|
public static MobileLocatorStrategy |
valueOfStrategy(String strategy) |