Class ImageObject
java.lang.Object
org.uitnet.testing.smartfwk.ui.core.objects.UIObject
org.uitnet.testing.smartfwk.ui.core.objects.ImageObject
- Direct Known Subclasses:
WebPageTitleSI
public class ImageObject 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 ImageObject(UIObjectType elemType, String displayName, String image) -
Method Summary
Modifier and Type Method Description UIObjectclone()StringgetImage()ImageObjectValidatorgetValidator(WebBrowser browser, org.sikuli.script.Region region)ImageObjectupdateLocatorParameterWithValue(String paramName, String value)Methods inherited from class org.uitnet.testing.smartfwk.ui.core.objects.UIObject
getDisplayName, getLocatorType, getType
-
Field Details
-
image
-
-
Constructor Details
-
ImageObject
-
-
Method Details
-
getValidator
- Specified by:
getValidatorin classUIObject
-
getImage
-
clone
-
updateLocatorParameterWithValue
- Specified by:
updateLocatorParameterWithValuein classUIObject
-