Uses of Class
org.uitnet.testing.smartfwk.ui.core.config.PlatformType
-
-
Uses of PlatformType in org.uitnet.testing.smartfwk.toolkit
Methods in org.uitnet.testing.smartfwk.toolkit with parameters of type PlatformType Modifier and Type Method Description voidSmartWebDriverDownloader. download(PlatformType platformType, ApplicationType appType, WebBrowserType webBrowserType, String webDriverVersion) -
Uses of PlatformType in org.uitnet.testing.smartfwk.ui.core
Fields in org.uitnet.testing.smartfwk.ui.core declared as PlatformType Modifier and Type Field Description protected PlatformTypeAbstractAppConnector. hostPlatformTypeprotected PlatformTypeAbstractAppConnector. testPlatformTypeMethods in org.uitnet.testing.smartfwk.ui.core that return PlatformType Modifier and Type Method Description PlatformTypeAbstractAppConnector. getTestPlatformType() -
Uses of PlatformType in org.uitnet.testing.smartfwk.ui.core.appdriver
Methods in org.uitnet.testing.smartfwk.ui.core.appdriver that return PlatformType Modifier and Type Method Description PlatformTypeSmartAppDriver. getTestPlatformType()Constructors in org.uitnet.testing.smartfwk.ui.core.appdriver with parameters of type PlatformType Constructor Description SmartAppDriver(String appName, ApplicationType appType, PlatformType testPlatformType) -
Uses of PlatformType in org.uitnet.testing.smartfwk.ui.core.config
Methods in org.uitnet.testing.smartfwk.ui.core.config that return PlatformType Modifier and Type Method Description PlatformTypeSmartTestConfigContext. getHostPlatformType()PlatformTypeTestConfigManager. getHostPlatformType()PlatformTypeAppConfig. getTestPlatformType()static PlatformTypePlatformType. valueOf(String name)Returns the enum constant of this type with the specified name.static PlatformTypePlatformType. valueOf2(String type)static PlatformType[]PlatformType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.uitnet.testing.smartfwk.ui.core.config with parameters of type PlatformType Modifier and Type Method Description voidSmartTestConfigContext. setHostPlatformType(PlatformType hostPlatformType) -
Uses of PlatformType in org.uitnet.testing.smartfwk.ui.core.objects
Methods in org.uitnet.testing.smartfwk.ui.core.objects with parameters of type PlatformType Modifier and Type Method Description ImageObjectImageObject. addPlatformImageForNativeApp(PlatformType platform, String image)ImageObjectImageObject. addPlatformImageForWebApp(PlatformType platform, WebBrowserType browserType, String image)DOMObjectDOMObject. addPlatformLocatorForNativeApp(PlatformType platform, LocateBy locateBy, String locatorValue)DOMObjectDOMObject. addPlatformLocatorForWebApp(PlatformType platform, WebBrowserType browserType, LocateBy locateBy, String locatorValue)StringImageObject. getImage(PlatformType platform, ApplicationType appType, WebBrowserType browserType)LocatorDOMObject. getLocator(PlatformType platform, ApplicationType appType, WebBrowserType browserType) -
Uses of PlatformType in org.uitnet.testing.smartfwk.ui.core.utils
Methods in org.uitnet.testing.smartfwk.ui.core.utils that return PlatformType Modifier and Type Method Description static PlatformTypeOSDetectorUtil. getHostPlatform()Methods in org.uitnet.testing.smartfwk.ui.core.utils with parameters of type PlatformType 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)static voidLocatorUtil. setPlatformImageForNativeApp(Map<String,String> platFormImages, PlatformType platform, String image)static voidLocatorUtil. setPlatformImageForWebApp(Map<String,String> platFormImages, PlatformType platform, WebBrowserType browserType, String image)static voidLocatorUtil. setPlatformLocatorForNativeApp(Map<String,Locator> platFormLocators, PlatformType platform, LocateBy locateBy, String locatorValue)static voidLocatorUtil. setPlatformLocatorForWebApp(Map<String,Locator> platFormLocators, PlatformType platform, WebBrowserType browserType, LocateBy locateBy, String locatorValue) -
Uses of PlatformType in org.uitnet.testing.smartfwk.ui.standard.domobj
-
Uses of PlatformType in org.uitnet.testing.smartfwk.ui.standard.imgobj
-