public class TextAreaSD extends TextArea
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,Locator> |
platFormLocators |
displayName, locatorType, uiObjectType| Constructor and Description |
|---|
TextAreaSD(String displayName) |
TextAreaSD(String displayName,
Map<String,Locator> platFormLocators) |
TextAreaSD(String displayName,
String xpath) |
| Modifier and Type | Method and Description |
|---|---|
TextAreaSD |
addPlatformLocatorForNativeApp(PlatformType platform,
LocateBy locateBy,
String locatorValue) |
TextAreaSD |
addPlatformLocatorForWebApp(PlatformType platform,
WebBrowserType browserType,
LocateBy locateBy,
String locatorValue) |
UIObject |
clone() |
Locator |
getLocator(PlatformType platform,
ApplicationType appType,
WebBrowserType browserType) |
Map<String,Locator> |
getPlatformLocators() |
TextAreaValidatorSD |
getValidator(SmartAppDriver appDriver,
org.sikuli.script.Region region) |
TextAreaSD |
updateLocatorParameterWithValue(AppConfig appConfig,
String paramName,
String paramValue) |
getDisplayName, getLocatorType, getTypepublic TextAreaSD(String displayName)
public TextAreaSD addPlatformLocatorForNativeApp(PlatformType platform, LocateBy locateBy, String locatorValue)
public TextAreaSD addPlatformLocatorForWebApp(PlatformType platform, WebBrowserType browserType, LocateBy locateBy, String locatorValue)
public TextAreaValidatorSD getValidator(SmartAppDriver appDriver, org.sikuli.script.Region region)
getValidator in class TextAreapublic Locator getLocator(PlatformType platform, ApplicationType appType, WebBrowserType browserType)
public TextAreaSD updateLocatorParameterWithValue(AppConfig appConfig, String paramName, String paramValue)
updateLocatorParameterWithValue in class UIObjectCopyright © 2021. All rights reserved.