Class LabelSD
- java.lang.Object
-
- org.uitnet.testing.smartfwk.ui.core.objects.UIObject
-
- org.uitnet.testing.smartfwk.ui.core.objects.label.Label
-
- org.uitnet.testing.smartfwk.ui.standard.domobj.LabelSD
-
public class LabelSD extends Label
- Author:
- Madhav Krishna
-
-
Field Summary
Fields Modifier and Type Field Description protected Map<String,Locator>platFormLocators-
Fields inherited from class org.uitnet.testing.smartfwk.ui.core.objects.UIObject
displayName, locatorType, uiObjectType
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LabelSDaddPlatformLocatorForNativeApp(PlatformType platform, LocateBy locateBy, String locatorValue)LabelSDaddPlatformLocatorForWebApp(PlatformType platform, WebBrowserType browserType, LocateBy locateBy, String locatorValue)UIObjectclone()LocatorgetLocator(PlatformType platform, ApplicationType appType, WebBrowserType browserType)Map<String,Locator>getPlatformLocators()LabelValidatorSDgetValidator(SmartCucumberScenarioContext scenarioContext, org.sikuli.script.Region region)LabelValidatorSDgetValidator(SmartAppDriver appDriver, org.sikuli.script.Region region)LabelSDupdateLocatorParameterWithValue(String paramName, String paramValue)-
Methods inherited from class org.uitnet.testing.smartfwk.ui.core.objects.UIObject
getDisplayName, getLocatorType, getType
-
-
-
-
Method Detail
-
addPlatformLocatorForNativeApp
public LabelSD addPlatformLocatorForNativeApp(PlatformType platform, LocateBy locateBy, String locatorValue)
-
addPlatformLocatorForWebApp
public LabelSD addPlatformLocatorForWebApp(PlatformType platform, WebBrowserType browserType, LocateBy locateBy, String locatorValue)
-
getValidator
public LabelValidatorSD getValidator(SmartAppDriver appDriver, org.sikuli.script.Region region)
- Specified by:
getValidatorin classLabel
-
getValidator
public LabelValidatorSD getValidator(SmartCucumberScenarioContext scenarioContext, org.sikuli.script.Region region)
- Specified by:
getValidatorin classLabel
-
getLocator
public Locator getLocator(PlatformType platform, ApplicationType appType, WebBrowserType browserType)
-
updateLocatorParameterWithValue
public LabelSD updateLocatorParameterWithValue(String paramName, String paramValue)
- Specified by:
updateLocatorParameterWithValuein classUIObject
-
-