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