Class ImageSI
java.lang.Object
org.uitnet.testing.smartfwk.ui.core.objects.UIObject
org.uitnet.testing.smartfwk.ui.core.objects.image.Image
org.uitnet.testing.smartfwk.ui.standard.imgobj.ImageSI
public class ImageSI extends Image
- Author:
- Madhav Krishna
-
Field Summary
Fields Modifier and Type Field Description protected Stringimageprotected ObjectLocationimageLocationFields inherited from class org.uitnet.testing.smartfwk.ui.core.objects.UIObject
displayName, locatorType, uiObjectType -
Constructor Summary
Constructors Constructor Description ImageSI(String displayName, String image, ObjectLocation imageLocation) -
Method Summary
Modifier and Type Method Description ImageSIclone()StringgetImage()ObjectLocationgetImageLocation()ImageValidatorSIgetValidator(SmartAppDriver appDriver, org.sikuli.script.Region region)ImageSIupdateLocatorParameterWithValue(AppConfig appConfig, String paramName, String paramValue)Methods inherited from class org.uitnet.testing.smartfwk.ui.core.objects.UIObject
getDisplayName, getLocatorType, getType
-
Field Details
-
image
-
imageLocation
-
-
Constructor Details
-
ImageSI
-
-
Method Details
-
getImage
-
getImageLocation
-
getValidator
- Specified by:
getValidatorin classImage
-
clone
-
updateLocatorParameterWithValue
public ImageSI updateLocatorParameterWithValue(AppConfig appConfig, String paramName, String paramValue)- Specified by:
updateLocatorParameterWithValuein classUIObject
-