public enum MobileDriverType extends Enum
Enum for all supported mobile platform
| Enum constant | Description |
|---|---|
ANDROID_DRIVER |
|
IOS_DRIVER |
| Type Params | Return Type | Name and description |
|---|---|---|
|
public static MobileDriverType |
fromStringValue(String stringValue) |
|
public String |
getName()Get the name of this mobile driver type |
|
public String |
getPlatform()Get the platform of this mobile driver type |
|
public String |
getPropertyKey() |
|
public String |
getPropertyValue() |
|
public static String[] |
stringValues() |
|
public String |
toString() |
Get the name of this mobile driver type
Get the platform of this mobile driver type
Groovy Documentation