Uses of Class
org.uitnet.testing.smartfwk.ui.core.config.ApplicationType
-
-
Uses of ApplicationType in org.uitnet.testing.smartfwk.toolkit
Methods in org.uitnet.testing.smartfwk.toolkit with parameters of type ApplicationType Modifier and Type Method Description voidSmartWebDriverDownloader. download(PlatformType platformType, ApplicationType appType, WebBrowserType webBrowserType, String webDriverVersion)voidSmartToolkitCommandExecuter. updateWebDriver(String platformTypeStr, ApplicationType appType, String webBrowserTypeStr, String webDriverVersion) -
Uses of ApplicationType in org.uitnet.testing.smartfwk.ui.core
Fields in org.uitnet.testing.smartfwk.ui.core declared as ApplicationType Modifier and Type Field Description protected ApplicationTypeAbstractAppConnector. appTypeMethods in org.uitnet.testing.smartfwk.ui.core that return ApplicationType Modifier and Type Method Description ApplicationTypeAbstractAppConnector. getAppType() -
Uses of ApplicationType in org.uitnet.testing.smartfwk.ui.core.appdriver
Methods in org.uitnet.testing.smartfwk.ui.core.appdriver that return ApplicationType Modifier and Type Method Description ApplicationTypeSmartAppDriver. getAppType()Constructors in org.uitnet.testing.smartfwk.ui.core.appdriver with parameters of type ApplicationType Constructor Description SmartAppDriver(String appName, ApplicationType appType, PlatformType testPlatformType) -
Uses of ApplicationType in org.uitnet.testing.smartfwk.ui.core.config
Methods in org.uitnet.testing.smartfwk.ui.core.config that return ApplicationType Modifier and Type Method Description ApplicationTypeAppConfig. getAppType()static ApplicationTypeApplicationType. valueOf(String name)Returns the enum constant of this type with the specified name.static ApplicationTypeApplicationType. valueOf2(String type)static ApplicationType[]ApplicationType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ApplicationType in org.uitnet.testing.smartfwk.ui.core.objects
Methods in org.uitnet.testing.smartfwk.ui.core.objects with parameters of type ApplicationType Modifier and Type Method Description StringImageObject. getImage(PlatformType platform, ApplicationType appType, WebBrowserType browserType)LocatorDOMObject. getLocator(PlatformType platform, ApplicationType appType, WebBrowserType browserType) -
Uses of ApplicationType in org.uitnet.testing.smartfwk.ui.core.utils
Methods in org.uitnet.testing.smartfwk.ui.core.utils with parameters of type ApplicationType Modifier and Type Method Description static StringLocatorUtil. findImage(Map<String,String> platFormImages, PlatformType platform, ApplicationType appType, WebBrowserType browserType)static LocatorLocatorUtil. findLocator(Map<String,Locator> platFormLocators, PlatformType platform, ApplicationType appType, WebBrowserType browserType) -
Uses of ApplicationType in org.uitnet.testing.smartfwk.ui.standard.domobj
-
Uses of ApplicationType in org.uitnet.testing.smartfwk.ui.standard.imgobj
-