Class Choices
java.lang.Object
org.uitnet.testing.smartfwk.ui.core.objects.UIObject
org.uitnet.testing.smartfwk.ui.core.objects.choices.Choices
public abstract class Choices 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 Choices(LocatorType locatorType, String displayName) -
Method Summary
Modifier and Type Method Description abstract ChoicesValidatorgetValidator(WebBrowser browser, org.sikuli.script.Region region)Methods inherited from class org.uitnet.testing.smartfwk.ui.core.objects.UIObject
clone, getDisplayName, getLocatorType, getType, updateLocatorParameterWithValue
-
Constructor Details
-
Choices
-
-
Method Details
-
getValidator
- Specified by:
getValidatorin classUIObject
-