| Modifiers | Name | Description |
|---|---|---|
static String |
EXECUTED_MOBILE_DEVICE_ID |
|
static String |
EXECUTED_MOBILE_PLATFORM |
|
static String |
MOBILE_DRIVER_PROPERTY |
| Type | Name and description |
|---|---|
static void |
cleanup()Clean up all running drivers and processes |
static void |
closeDriver()Close the current active mobile driver |
static io.appium.java_client.AppiumDriver<?> |
createMobileDriver(WebUIDriverType osType)Create a new web mobile driver |
static String |
getDeviceId()Get the id of the current mobile device |
static String |
getDeviceManufacturer()Get the manufacturer of the current mobile device |
static String |
getDeviceModel()Get the model of the current mobile device |
static String |
getDeviceName()Get the name of the current mobile device |
static String |
getDeviceOS()Get the os of the current mobile device |
static String |
getDeviceOSVersion()Get the os version of the current mobile device |
static String |
getDevicePlatform()Get the platform of the current active driver |
static io.appium.java_client.AppiumDriver<?> |
getDriver()Get the current active web mobile driver |
static WebUIDriverType |
getWebMobileDriverType()Get the web mobile driver type of the current active driver |
static io.appium.java_client.AppiumDriver<?> |
startExisitingMobileDriver(com.kms.katalon.core.driver.DriverType driverType, String sessionId, String remoteServerUrl) |
Clean up all running drivers and processes
Close the current active mobile driver
Create a new web mobile driver
osType - the os type of the new mobile driver with type WebUIDriverTypeGet the id of the current mobile device
Get the manufacturer of the current mobile device
Get the model of the current mobile device
Get the name of the current mobile device
Get the os of the current mobile device
Get the os version of the current mobile device
Get the platform of the current active driver
Possible values: iOS, Android
Get the current active web mobile driver
Get the web mobile driver type of the current active driver