public enum LocatorStrategy
Enum constant | Description |
---|---|
ACCESSIBILITY_ID |
|
CLASS_NAME |
|
NAME |
|
TAG_NAME |
|
XPATH |
Type Params | Return Type | Name and description |
---|---|---|
|
public String |
getLocatorStrategy() |
|
public static String[] |
getStrategies() |
|
public static LocatorStrategy |
valueOfStrategy(String strategy) |