Uses of Class
org.uitnet.testing.smartfwk.ui.core.config.WebBrowserType
-
-
Uses of WebBrowserType in org.uitnet.testing.smartfwk.ui.core.config
Methods in org.uitnet.testing.smartfwk.ui.core.config that return WebBrowserType Modifier and Type Method Description WebBrowserTypeAppConfig. getAppWebBrowser()WebBrowserTypeAppDriverConfig. getBrowserType()static WebBrowserTypeWebBrowserType. valueOf(String name)Returns the enum constant of this type with the specified name.static WebBrowserTypeWebBrowserType. valueOf2(String strType)static WebBrowserType[]WebBrowserType. 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 WebBrowserType Modifier and Type Method Description voidAppDriverConfig. setBrowserType(WebBrowserType browserType) -
Uses of WebBrowserType in org.uitnet.testing.smartfwk.ui.core.objects
Methods in org.uitnet.testing.smartfwk.ui.core.objects with parameters of type WebBrowserType Modifier and Type Method Description ImageObjectImageObject. addPlatformImageForWebApp(PlatformType platform, WebBrowserType browserType, String image)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 WebBrowserType in org.uitnet.testing.smartfwk.ui.core.utils
Methods in org.uitnet.testing.smartfwk.ui.core.utils with parameters of type WebBrowserType 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. setPlatformImageForWebApp(Map<String,String> platFormImages, PlatformType platform, WebBrowserType browserType, String image)static voidLocatorUtil. setPlatformLocatorForWebApp(Map<String,Locator> platFormLocators, PlatformType platform, WebBrowserType browserType, LocateBy locateBy, String locatorValue) -
Uses of WebBrowserType in org.uitnet.testing.smartfwk.ui.standard.domobj
-
Uses of WebBrowserType in org.uitnet.testing.smartfwk.ui.standard.imgobj
-