Class TextAreaSD
java.lang.Object
org.uitnet.testing.smartfwk.ui.core.objects.UIObject
org.uitnet.testing.smartfwk.ui.core.objects.textarea.TextArea
org.uitnet.testing.smartfwk.ui.standard.domobj.TextAreaSD
public class TextAreaSD extends TextArea
- Author:
- Madhav Krishna
-
Field Summary
Fields Modifier and Type Field Description protected Map<String,Locator>platFormLocatorsFields inherited from class org.uitnet.testing.smartfwk.ui.core.objects.UIObject
displayName, locatorType, uiObjectType -
Constructor Summary
Constructors Constructor Description TextAreaSD(String displayName)TextAreaSD(String displayName, String xpath)TextAreaSD(String displayName, Map<String,Locator> platFormLocators) -
Method Summary
Modifier and Type Method Description TextAreaSDaddPlatformLocatorForNativeApp(PlatformType platform, LocateBy locateBy, String locatorValue)TextAreaSDaddPlatformLocatorForWebApp(PlatformType platform, WebBrowserType browserType, LocateBy locateBy, String locatorValue)UIObjectclone()LocatorgetLocator(PlatformType platform, ApplicationType appType, WebBrowserType browserType)Map<String,Locator>getPlatformLocators()TextAreaValidatorSDgetValidator(SmartAppDriver appDriver, org.sikuli.script.Region region)TextAreaSDupdateLocatorParameterWithValue(AppConfig appConfig, String paramName, String paramValue)Methods inherited from class org.uitnet.testing.smartfwk.ui.core.objects.UIObject
getDisplayName, getLocatorType, getType
-
Field Details
-
platFormLocators
-
-
Constructor Details
-
TextAreaSD
-
TextAreaSD
-
TextAreaSD
-
-
Method Details
-
addPlatformLocatorForNativeApp
public TextAreaSD addPlatformLocatorForNativeApp(PlatformType platform, LocateBy locateBy, String locatorValue) -
addPlatformLocatorForWebApp
public TextAreaSD addPlatformLocatorForWebApp(PlatformType platform, WebBrowserType browserType, LocateBy locateBy, String locatorValue) -
getValidator
- Specified by:
getValidatorin classTextArea
-
getLocator
public Locator getLocator(PlatformType platform, ApplicationType appType, WebBrowserType browserType) -
getPlatformLocators
-
clone
-
updateLocatorParameterWithValue
public TextAreaSD updateLocatorParameterWithValue(AppConfig appConfig, String paramName, String paramValue)- Specified by:
updateLocatorParameterWithValuein classUIObject
-