Class ButtonSI
java.lang.Object
org.uitnet.testing.smartfwk.ui.core.objects.UIObject
org.uitnet.testing.smartfwk.ui.core.objects.button.Button
org.uitnet.testing.smartfwk.ui.standard.imgobj.ButtonSI
public class ButtonSI extends Button
- Author:
- Madhav Krishna
-
Field Summary
Fields Modifier and Type Field Description protected StringbuttonImgprotected ObjectLocationbuttonImgLocationFields inherited from class org.uitnet.testing.smartfwk.ui.core.objects.UIObject
displayName, locatorType, uiObjectType -
Constructor Summary
Constructors Constructor Description ButtonSI(String displayName, String buttonImg, ObjectLocation buttonImgLocation) -
Method Summary
Modifier and Type Method Description ButtonSIclone()StringgetButtonImage()ObjectLocationgetButtonImageLocation()ButtonValidatorSIgetValidator(SmartAppDriver appDriver, org.sikuli.script.Region region)ButtonSIupdateLocatorParameterWithValue(AppConfig appConfig, String paramName, String paramValue)Methods inherited from class org.uitnet.testing.smartfwk.ui.core.objects.UIObject
getDisplayName, getLocatorType, getType
-
Field Details
-
buttonImg
-
buttonImgLocation
-
-
Constructor Details
-
ButtonSI
-
-
Method Details
-
getButtonImage
-
getButtonImageLocation
-
getValidator
- Specified by:
getValidatorin classButton
-
clone
-
updateLocatorParameterWithValue
public ButtonSI updateLocatorParameterWithValue(AppConfig appConfig, String paramName, String paramValue)- Specified by:
updateLocatorParameterWithValuein classUIObject
-