Class Label
java.lang.Object
org.uitnet.testing.smartfwk.ui.core.objects.UIObject
org.uitnet.testing.smartfwk.ui.core.objects.label.Label
- Direct Known Subclasses:
LabelSD,LabelSI,WebPageTitleSD
public abstract class Label extends UIObject
- Author:
- Madhav Krishna
-
Field Summary
Fields inherited from class org.uitnet.testing.smartfwk.ui.core.objects.UIObject
displayName, locatorType, uiObjectType -
Constructor Summary
Constructors Constructor Description Label(LocatorType locatorType, String displayName) -
Method Summary
Modifier and Type Method Description abstract LabelValidatorgetValidator(SmartAppDriver appDriver, org.sikuli.script.Region region)abstract LabelValidatorgetValidator(SmartCucumberUiScenarioContext scenarioContext, org.sikuli.script.Region region)Methods inherited from class org.uitnet.testing.smartfwk.ui.core.objects.UIObject
clone, getDisplayName, getLocatorType, getType, updateLocatorParameterWithValue
-
Constructor Details
-
Label
-
-
Method Details
-
getValidator
public abstract LabelValidator getValidator(SmartAppDriver appDriver, org.sikuli.script.Region region)- Specified by:
getValidatorin classUIObject
-
getValidator
public abstract LabelValidator getValidator(SmartCucumberUiScenarioContext scenarioContext, org.sikuli.script.Region region)- Specified by:
getValidatorin classUIObject
-