Class Section
- java.lang.Object
-
- org.uitnet.testing.smartfwk.ui.core.objects.UIObject
-
- org.uitnet.testing.smartfwk.ui.core.objects.accordion.Section
-
public abstract class Section 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 Section(LocatorType locatorType, String displayName)
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract SectionValidatorgetValidator(SmartCucumberScenarioContext scenarioContext, org.sikuli.script.Region region)abstract SectionValidatorgetValidator(SmartAppDriver appDriver, org.sikuli.script.Region region)-
Methods inherited from class org.uitnet.testing.smartfwk.ui.core.objects.UIObject
clone, getDisplayName, getLocatorType, getType, updateLocatorParameterWithValue
-
-
-
-
Constructor Detail
-
Section
public Section(LocatorType locatorType, String displayName)
-
-
Method Detail
-
getValidator
public abstract SectionValidator getValidator(SmartAppDriver appDriver, org.sikuli.script.Region region)
- Specified by:
getValidatorin classUIObject
-
getValidator
public abstract SectionValidator getValidator(SmartCucumberScenarioContext scenarioContext, org.sikuli.script.Region region)
- Specified by:
getValidatorin classUIObject
-
-