Class TabSheet
java.lang.Object
org.uitnet.testing.smartfwk.ui.core.objects.UIObject
org.uitnet.testing.smartfwk.ui.core.objects.tab.TabSheet
public abstract class TabSheet 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 TabSheet(LocatorType locatorType, String displayName) -
Method Summary
Modifier and Type Method Description abstract TabSheetValidatorgetValidator(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
-
TabSheet
-
-
Method Details
-
getValidator
public abstract TabSheetValidator getValidator(WebBrowser browser, org.sikuli.script.Region region)- Specified by:
getValidatorin classUIObject
-