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