Uses of Class
com.magenic.jmaqs.appium.constants.PlatformType
| Package | Description |
|---|---|
| com.magenic.jmaqs.appium | |
| com.magenic.jmaqs.appium.constants |
-
Uses of PlatformType in com.magenic.jmaqs.appium
Methods in com.magenic.jmaqs.appium that return PlatformType Modifier and Type Method Description static PlatformTypeAppiumConfig. getDeviceType()Gets device type.static PlatformTypeAppiumConfig. getDeviceType(java.lang.String platformName)Gets device type.Methods in com.magenic.jmaqs.appium with parameters of type PlatformType Modifier and Type Method Description static io.appium.java_client.AppiumDriver<org.openqa.selenium.WebElement>AppiumDriverFactory. getDefaultMobileDriver(PlatformType deviceType)Gets default mobile driver. -
Uses of PlatformType in com.magenic.jmaqs.appium.constants
Methods in com.magenic.jmaqs.appium.constants that return PlatformType Modifier and Type Method Description static PlatformTypePlatformType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static PlatformType[]PlatformType. values()Returns an array containing the constants of this enum type, in the order they are declared.