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