Class TextSI
java.lang.Object
org.uitnet.testing.smartfwk.ui.core.objects.UIObject
org.uitnet.testing.smartfwk.ui.core.objects.text.Text
org.uitnet.testing.smartfwk.ui.standard.imgobj.TextSI
public class TextSI extends Text
- Author:
- Madhav Krishna
-
Field Summary
Fields Modifier and Type Field Description protected ObjectLocationlabelImgLocationprotected Map<String,String>platformImagesFields inherited from class org.uitnet.testing.smartfwk.ui.core.objects.UIObject
displayName, locatorType, uiObjectType -
Constructor Summary
Constructors Constructor Description TextSI(String displayName, String labelImg, ObjectLocation labelImgLocation) -
Method Summary
Modifier and Type Method Description TextSIaddPlatformImageForNativeApp(PlatformType platform, String labelImg)TextSIaddPlatformImageForWebApp(PlatformType platform, WebBrowserType browserType, String labelImg)TextSIclone()StringgetLabelImage(PlatformType platform, ApplicationType appType, WebBrowserType browserType)ObjectLocationgetLabelImageLocation()TextValidatorSIgetValidator(SmartCucumberScenarioContext scenarioContext, org.sikuli.script.Region region)TextValidatorSIgetValidator(SmartAppDriver appDriver, org.sikuli.script.Region region)TextSIupdateLocatorParameterWithValue(String paramName, String paramValue)Methods inherited from class org.uitnet.testing.smartfwk.ui.core.objects.UIObject
getDisplayName, getLocatorType, getType
-
Field Details
-
platformImages
-
labelImgLocation
-
-
Constructor Details
-
TextSI
-
-
Method Details
-
addPlatformImageForNativeApp
-
addPlatformImageForWebApp
public TextSI addPlatformImageForWebApp(PlatformType platform, WebBrowserType browserType, String labelImg) -
getLabelImage
public String getLabelImage(PlatformType platform, ApplicationType appType, WebBrowserType browserType) -
getLabelImageLocation
-
getValidator
- Specified by:
getValidatorin classText
-
getValidator
public TextValidatorSI getValidator(SmartCucumberScenarioContext scenarioContext, org.sikuli.script.Region region)- Specified by:
getValidatorin classText
-
clone
-
updateLocatorParameterWithValue
- Specified by:
updateLocatorParameterWithValuein classUIObject
-