Uses of Class
com.axway.ats.uiengine.MobileDriver
-
Packages that use MobileDriver Package Description com.axway.ats.uiengine UI Engine is a component targeted for testing of various UI applications.com.axway.ats.uiengine.utilities.mobile Utility classes for a mobile browser. -
-
Uses of MobileDriver in com.axway.ats.uiengine
Methods in com.axway.ats.uiengine that return MobileDriver Modifier and Type Method Description static MobileDriverUiDriver. getMobileDriver(String deviceName, String platformVersion, String udid, String host)Driver for working with mobile applicationsstatic MobileDriverUiDriver. getMobileDriver(String deviceName, String platformVersion, String udid, String host, int port)Driver for working with mobile applications -
Uses of MobileDriver in com.axway.ats.uiengine.utilities.mobile
Constructors in com.axway.ats.uiengine.utilities.mobile with parameters of type MobileDriver Constructor Description MobileDeviceUtils(MobileDriver uiDriver)
-