Class SmartAppDriverFactory


  • public class SmartAppDriverFactory
    extends Object
    Author:
    Madhav Krishna
    • Method Detail

      • getLatestAppDriverOrCreateOne

        public SmartAppDriver getLatestAppDriverOrCreateOne​(String appName)
        Returns the latest app driver. If nothing exist then create one and return a new one.
        Parameters:
        appName -
        Returns:
      • removeAppDriver

        public void removeAppDriver​(String appName,
                                    int appId)
      • removeAllAppDrivers

        public void removeAllAppDrivers​(String appName)
      • removeAllAppDrivers

        public void removeAllAppDrivers()