Class SmartAppDriverFactory

java.lang.Object
org.uitnet.testing.smartfwk.ui.core.appdriver.SmartAppDriverFactory

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

    • getInstance

      public static SmartAppDriverFactory getInstance()
    • getNewAppDriver

      public SmartAppDriver getNewAppDriver​(String appName)
    • 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:
    • getAllAppDrivers

      public List<SmartAppDriver> getAllAppDrivers​(String appName)
    • removeAppDriver

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

      public void removeAllAppDrivers​(String appName)
    • removeAllAppDrivers

      public void removeAllAppDrivers()