Class CheckBoxSI
java.lang.Object
org.uitnet.testing.smartfwk.ui.core.objects.UIObject
org.uitnet.testing.smartfwk.ui.core.objects.checkbox.CheckBox
org.uitnet.testing.smartfwk.ui.standard.imgobj.CheckBoxSI
public class CheckBoxSI extends CheckBox
- Author:
- Madhav Krishna
-
Field Summary
Fields Modifier and Type Field Description protected ObjectLocationcheckBoxImgLocationprotected Map<String,String>platformImagesFields inherited from class org.uitnet.testing.smartfwk.ui.core.objects.UIObject
displayName, locatorType, uiObjectType -
Constructor Summary
Constructors Constructor Description CheckBoxSI(String displayName, String checkBoxImg, ObjectLocation checkBoxImgLocation) -
Method Summary
Modifier and Type Method Description CheckBoxSIaddPlatformImageForNativeApp(PlatformType platform, String buttonImg)CheckBoxSIaddPlatformImageForWebApp(PlatformType platform, WebBrowserType browserType, String buttonImg)CheckBoxSIclone()StringgetCheckBoxImage(PlatformType platform, ApplicationType appType, WebBrowserType browserType)ObjectLocationgetCheckBoxImageLocation()CheckBoxValidatorSIgetValidator(SmartAppDriver appDriver, org.sikuli.script.Region region)CheckBoxValidatorSIgetValidator(SmartCucumberUiScenarioContext scenarioContext, org.sikuli.script.Region region)CheckBoxSIupdateLocatorParameterWithValue(AppConfig appConfig, String paramName, String paramValue)Methods inherited from class org.uitnet.testing.smartfwk.ui.core.objects.UIObject
getDisplayName, getLocatorType, getType
-
Field Details
-
platformImages
-
checkBoxImgLocation
-
-
Constructor Details
-
CheckBoxSI
-
-
Method Details
-
addPlatformImageForNativeApp
-
addPlatformImageForWebApp
public CheckBoxSI addPlatformImageForWebApp(PlatformType platform, WebBrowserType browserType, String buttonImg) -
getCheckBoxImage
public String getCheckBoxImage(PlatformType platform, ApplicationType appType, WebBrowserType browserType) -
getCheckBoxImageLocation
-
getValidator
- Specified by:
getValidatorin classCheckBox
-
getValidator
public CheckBoxValidatorSI getValidator(SmartCucumberUiScenarioContext scenarioContext, org.sikuli.script.Region region)- Specified by:
getValidatorin classCheckBox
-
clone
-
updateLocatorParameterWithValue
public CheckBoxSI updateLocatorParameterWithValue(AppConfig appConfig, String paramName, String paramValue)- Specified by:
updateLocatorParameterWithValuein classUIObject
-