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