Uses of Class
org.uitnet.testing.smartfwk.ui.core.commons.LocateBy
-
-
Uses of LocateBy in org.uitnet.testing.smartfwk.ui.core.commons
Methods in org.uitnet.testing.smartfwk.ui.core.commons that return LocateBy Modifier and Type Method Description LocateByLocator. getLocateBy()static LocateByLocateBy. valueOf(String name)Returns the enum constant of this type with the specified name.static LocateBy[]LocateBy. 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.commons with parameters of type LocateBy Modifier and Type Method Description voidLocator. setLocateBy(LocateBy locateBy)Constructors in org.uitnet.testing.smartfwk.ui.core.commons with parameters of type LocateBy Constructor Description Locator(LocateBy locateBy, String value) -
Uses of LocateBy in org.uitnet.testing.smartfwk.ui.core.objects
Methods in org.uitnet.testing.smartfwk.ui.core.objects with parameters of type LocateBy Modifier and Type Method Description DOMObjectDOMObject. addPlatformLocatorForNativeApp(PlatformType platform, LocateBy locateBy, String locatorValue)DOMObjectDOMObject. addPlatformLocatorForWebApp(PlatformType platform, WebBrowserType browserType, LocateBy locateBy, String locatorValue) -
Uses of LocateBy in org.uitnet.testing.smartfwk.ui.core.utils
Methods in org.uitnet.testing.smartfwk.ui.core.utils with parameters of type LocateBy Modifier and Type Method Description 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 LocateBy in org.uitnet.testing.smartfwk.ui.standard.domobj
-