Class ComboBox
java.lang.Object
org.uitnet.testing.smartfwk.ui.core.objects.UIObject
org.uitnet.testing.smartfwk.ui.core.objects.combobox.ComboBox
- Direct Known Subclasses:
ComboBoxSD,ComboBoxSI
public abstract class ComboBox 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 ComboBox(LocatorType locatorType, String displayName) -
Method Summary
Modifier and Type Method Description abstract ComboBoxValidatorgetValidator(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
-
ComboBox
-
-
Method Details
-
getValidator
public abstract ComboBoxValidator getValidator(WebBrowser browser, org.sikuli.script.Region region)- Specified by:
getValidatorin classUIObject
-