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(SmartAppDriver appDriver, org.sikuli.script.Region region)ImageObjectupdateLocatorParameterWithValue(AppConfig appConfig, String paramName, String paramValue)Methods inherited from class org.uitnet.testing.smartfwk.ui.core.objects.UIObject
getDisplayName, getLocatorType, getType
-
Field Details
-
image
-
-
Constructor Details
-
ImageObject
-
-
Method Details
-
getValidator
public ImageObjectValidator getValidator(SmartAppDriver appDriver, org.sikuli.script.Region region)- Specified by:
getValidatorin classUIObject
-
getImage
-
clone
-
updateLocatorParameterWithValue
public ImageObject updateLocatorParameterWithValue(AppConfig appConfig, String paramName, String paramValue)- Specified by:
updateLocatorParameterWithValuein classUIObject
-