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