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